summaryrefslogtreecommitdiffhomepage
path: root/www/assets
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-14 12:40:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-14 12:40:43 +0800
commitb604d49cfac78f0061ffee2373dede6206db6667 (patch)
tree0c4619b2ca8f988e7b03857aeac6a7d165710f94 /www/assets
parente29c1f2d1f046a67dc61a100210b47a95963a746 (diff)
www: add /TODAY
Diffstat (limited to 'www/assets')
-rw-r--r--www/assets/style.css5
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* {