diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-14 12:40:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-14 12:40:43 +0800 |
commit | b604d49cfac78f0061ffee2373dede6206db6667 (patch) | |
tree | 0c4619b2ca8f988e7b03857aeac6a7d165710f94 /www/assets/style.css | |
parent | e29c1f2d1f046a67dc61a100210b47a95963a746 (diff) |
www: add /TODAY
Diffstat (limited to 'www/assets/style.css')
-rw-r--r-- | www/assets/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/assets/style.css b/www/assets/style.css index 14b57c1..f7ef981 100644 --- a/www/assets/style.css +++ b/www/assets/style.css | |||
@@ -46,6 +46,11 @@ blockquote { | |||
46 | margin-inline: 0.2rem; | 46 | margin-inline: 0.2rem; |
47 | padding-inline: 6px; | 47 | padding-inline: 6px; |
48 | } | 48 | } |
49 | @media (max-width: 600px) { | ||
50 | ul { | ||
51 | padding-left: 1em; | ||
52 | } | ||
53 | } | ||
49 | 54 | ||
50 | /* Neat CSS: https://neat.joeldare.com */ | 55 | /* Neat CSS: https://neat.joeldare.com */ |
51 | * { | 56 | * { |