From 88f681bb7d3b86b6d3af6af9d124ef3c008730d4 Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Sat, 23 Nov 2019 19:07:17 -0600 Subject: add a little padding to the sides on smaller screens too --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;} -- cgit v1.2.3-70-g09d2