From d86cb08338a676fdb0e16839bf0260358503bb84 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sun, 26 Jul 2020 23:55:31 +0530 Subject: [PATCH] Changed home page size --- src/main/resources/static/css/master.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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); }