From fcb90ad891bc423a0eb380e4c6e2932cbdaddc94 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Sat, 30 Dec 2023 01:34:22 -0300 Subject: [PATCH] Fixes Address Bar Behavior --- src/app/home/home.component.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/home/home.component.css b/src/app/home/home.component.css index d5b5f90..48a9281 100644 --- a/src/app/home/home.component.css +++ b/src/app/home/home.component.css @@ -1,7 +1,7 @@ .me-section { background: rgb(46,46,46); background: linear-gradient(180deg, rgba(46,46,46,1) 35%, rgba(51,51,51,1) 100%); - height: 90vh; + height: 90dvh; } .intro { @@ -97,7 +97,7 @@ .stack-section { background: rgb(241,241,241); /*background: linear-gradient(0deg, rgba(241,241,241,1) 80%, rgba(51,51,51,1) 100%);*/ - height: 80vh; + height: 80dvh; } .stack { height: 35%; @@ -131,7 +131,7 @@ } .stack-section { - height: 90vh; + height: 90dvh; } .stack { padding-top: 60px;