diff options
-rw-r--r-- | weeds/weed.css | 12 |
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 | ||
24 | h2, | ||
25 | h3 { | ||
26 | padding: 0; | ||
27 | margin: 0; | ||
28 | } | ||
29 | |||
24 | h3 { | 30 | h3 { |
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 | } | ||