diff options
-rw-r--r-- | www/assets/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/assets/style.css b/www/assets/style.css index 2752323..04bc72e 100644 --- a/www/assets/style.css +++ b/www/assets/style.css | |||
@@ -8,6 +8,16 @@ footer * { | |||
8 | display: inline; | 8 | display: inline; |
9 | } | 9 | } |
10 | 10 | ||
11 | main { | ||
12 | h1 { | ||
13 | margin: auto auto; | ||
14 | width: fit-content; | ||
15 | } | ||
16 | h2 { | ||
17 | margin: 2.5rem 0 0 -0.7rem; | ||
18 | } | ||
19 | } | ||
20 | |||
11 | blockquote { | 21 | blockquote { |
12 | color: gray; | 22 | color: gray; |
13 | font-size: 1.2rem; | 23 | font-size: 1.2rem; |
@@ -16,7 +26,7 @@ blockquote { | |||
16 | text-align: center; | 26 | text-align: center; |
17 | } | 27 | } |
18 | 28 | ||
19 | p code { | 29 | :not(pre) > code { |
20 | margin-inline: 0.2rem; | 30 | margin-inline: 0.2rem; |
21 | padding-inline: 6px; | 31 | padding-inline: 6px; |
22 | } | 32 | } |