diff options
author | Ev Bogue <ev@evbogue.com> | 2019-11-23 19:07:17 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-11-23 19:07:17 -0600 |
commit | 88f681bb7d3b86b6d3af6af9d124ef3c008730d4 (patch) | |
tree | cef5237fd3a157b53c9e4a7eccdeee5be0fd13da | |
parent | 4f57aed2bdd158a95e63528956639dc4e09e09c4 (diff) |
add a little padding to the sides on smaller screens too
-rw-r--r-- | css/style.css | 2 |
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;} |