No top margin on tiny horizontal screens.

This commit is contained in:
Dominik V. Salonen 2018-03-14 13:56:52 +00:00
parent 7104cff56a
commit 82bce67572
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ h1, h2, h3, h4, h5, p {
max-height: 75vh;
}
}
@media only screen and (max-device-height: 600px) {
#content {
margin-top: 0vh;
max-height: 75vh;
}
}
#main-container {
background-color: #3b3b3b;