Changed home page size
This commit is contained in:
parent
60cdc31b3f
commit
d86cb08338
@ -25,8 +25,9 @@ input[type="radio"]:focus + label {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
min-height: 900px;
|
min-height: 600px;
|
||||||
height: auto;
|
height: 95vh;
|
||||||
|
/* height: auto; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#home-section .home-inner {
|
#home-section .home-inner {
|
||||||
@ -44,7 +45,8 @@ input[type="radio"]:focus + label {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 900px;
|
min-height: 600px;
|
||||||
|
height: 95vh;
|
||||||
background: rgba(0, 0, 0, 0.7);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user