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