chore: adjust landing page CSS
This commit is contained in:
parent
1485cfdd4d
commit
83eafc1cea
|
@ -21,6 +21,8 @@
|
|||
.home-container {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
min-height: -webkit-fill-available;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
@ -48,3 +50,10 @@
|
|||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 996px) {
|
||||
.home-container {
|
||||
margin-block: 100px;
|
||||
height: calc(100vh - 100px);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue