[O] Use vh for margins instead of px
This commit is contained in:
+2
-2
@@ -125,7 +125,7 @@
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
// Alignment
|
// Alignment
|
||||||
margin-bottom: 30px;
|
margin-bottom: 10vh;
|
||||||
|
|
||||||
#title-text
|
#title-text
|
||||||
{
|
{
|
||||||
@@ -140,6 +140,6 @@
|
|||||||
|
|
||||||
#footer
|
#footer
|
||||||
{
|
{
|
||||||
margin-top: 30px;
|
margin-top: 10vh;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user