Compress layout on small screens.
This commit is contained in:
10
style.css
10
style.css
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user