neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
9d546903d7ba86ea261f6ab7bab65b53da62eca0
parent
0899bdcaac95cd31addbf90895e317b3e405da27
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-10 15:40
rm side padding on mobile

Diffstat

M static/style.css 3 +--

1 files changed, 1 insertions, 2 deletions


diff --git a/static/style.css b/static/style.css

@@ -15,8 +15,7 @@ html {
   15    15 body {
   16    16 	max-width: 40em;
   17    17 	margin: 0 auto;
   18    -1 	padding: 1em;
   19    -1 	padding-top: 4em;
   -1    18 	padding: 4em 0 1em;
   20    19 }
   21    20 
   22    21 a {