Changed home page size

This commit is contained in:
Rohan Sircar 2020-07-26 23:55:31 +05:30
parent 60cdc31b3f
commit d86cb08338

View File

@ -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);
}