[O] Use vh for margins instead of px

This commit is contained in:
Hykilpikonna
2019-12-23 09:48:05 -05:00
parent 843269ac7c
commit eeab24d38d
+2 -2
View File
@@ -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>