Archived
1
0

Compress layout on small screens.

This commit is contained in:
2019-04-29 15:18:41 +02:00
parent 315bdf2b70
commit 22a936f0bf

View File

@@ -74,6 +74,16 @@ input[type="submit"]:hover {
color: #222; color: #222;
} }
@media screen and (max-height: 400px) {
#logo {
margin-bottom: 5px;
}
.viewport {
padding-top: 5px;
}
}
#bottom-bar { #bottom-bar {
background: #f2f2f2; background: #f2f2f2;
border-top: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4;