aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-11-23 19:07:17 -0600
committerEv Bogue <ev@evbogue.com>2019-11-23 19:07:17 -0600
commit88f681bb7d3b86b6d3af6af9d124ef3c008730d4 (patch)
treecef5237fd3a157b53c9e4a7eccdeee5be0fd13da
parent4f57aed2bdd158a95e63528956639dc4e09e09c4 (diff)
add a little padding to the sides on smaller screens too
-rw-r--r--css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index e2bf78e..4200941 100644
--- a/css/style.css
+++ b/css/style.css
@@ -51,7 +51,7 @@ hr {
}
@media only screen and (max-width: 480px) {
- #screen { top: 57px; }
+ #screen { top: 57px; right: 5px; left: 5px; }
}
.right { float: right;}