Browse Source

Changed home page size

development
Rohan Sircar 4 years ago
parent
commit
d86cb08338
  1. 8
      src/main/resources/static/css/master.css

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

Loading…
Cancel
Save