Small design tweak

This commit is contained in:
Jan Oberhauser
2021-02-01 23:57:00 +01:00
parent 51bc430023
commit 80f7ee1f7b
2 changed files with 6 additions and 2 deletions

View File

@@ -58,7 +58,11 @@ h1, h2, h3, h4, h5, h6 {
-webkit-box-shadow: none;
box-shadow: none;
@media (max-height: 720px) {
@media (max-height: 1050px) {
margin: 4em auto !important;
}
@media (max-height: 930px) {
margin: 1em auto !important;
}