about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-14 01:23:46 -0500
committerCase Duckworth2022-08-14 01:23:46 -0500
commitff0f81eb5e84a26116ef1feb74a00ea9263f7cbf (patch)
tree28756849c4478b0ed21d2ac6acef77ce8f027295
parentLimit weeds to 50 (diff)
downloadsfeed-ff0f81eb5e84a26116ef1feb74a00ea9263f7cbf.tar.gz
sfeed-ff0f81eb5e84a26116ef1feb74a00ea9263f7cbf.zip
Fix styling
-rw-r--r--weeds/weed.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/weeds/weed.css b/weeds/weed.css index 5fafec2..049d4e2 100644 --- a/weeds/weed.css +++ b/weeds/weed.css
@@ -21,6 +21,12 @@ article header {
21 border-bottom: 2px groove; 21 border-bottom: 2px groove;
22} 22}
23 23
24h2,
25h3 {
26 padding: 0;
27 margin: 0;
28}
29
24h3 { 30h3 {
25 padding: 0 1ch; 31 padding: 0 1ch;
26 font-style: italic; 32 font-style: italic;
@@ -34,3 +40,9 @@ a {
34 text-decoration: none; 40 text-decoration: none;
35 color: navy; 41 color: navy;
36} 42}
43
44@media screen and (max-width: 72ch) {
45 body {
46 padding: 2ch 0;
47 }
48}