diff --git a/src/main/resources/static/css/master.css b/src/main/resources/static/css/master.css index 96b0024..588b40a 100644 --- a/src/main/resources/static/css/master.css +++ b/src/main/resources/static/css/master.css @@ -25,8 +25,9 @@ input[type="radio"]:focus + label { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; - min-height: 900px; - height: auto; + min-height: 600px; + height: 95vh; + /* height: auto; */ } #home-section .home-inner { @@ -44,7 +45,8 @@ input[type="radio"]:focus + label { top: 0; left: 0; width: 100%; - min-height: 900px; + min-height: 600px; + height: 95vh; background: rgba(0, 0, 0, 0.7); }