diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-03 13:24:00 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-03 13:24:00 -0500 |
| commit | 310ec04403d71ba58ee298d9e85315e2912f0acb (patch) | |
| tree | dd196f13a793ea3fcf27bbb2d819cca3e6f7294f /public/style.css | |
| parent | ae65fb1d28d79a8bb6d2bc12f7eb29779a79419e (diff) | |
Cleanup make file, use smaller webp imagery
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index daf2d0f..4d8fd13 100644 --- a/public/style.css +++ b/public/style.css @@ -19,7 +19,6 @@ body { font-size: 100%; max-width: 85%; margin: 1rem auto; - max-width: 85%; padding: 0; } @@ -223,6 +222,10 @@ ul.posts li span { } @media(max-width:600px) { + body { + max-width: 100%; + margin: 12px; + } nav ul { display: block; margin: 0 0 -1px 0; |
