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 | |
parent | e29c1f2d1f046a67dc61a100210b47a95963a746 (diff) |
www: add /TODAY
Diffstat (limited to 'www')
-rw-r--r-- | www/assets/style.css | 5 | ||||
-rw-r--r-- | www/templates/header.html | 1 |
2 files changed, 6 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 | * { |
diff --git a/www/templates/header.html b/www/templates/header.html index d5975fd..1020bc4 100644 --- a/www/templates/header.html +++ b/www/templates/header.html | |||
@@ -1,5 +1,6 @@ | |||
1 | <header> | 1 | <header> |
2 | <nav class="left"> | 2 | <nav class="left"> |
3 | <!--<a style="color: Navy; font-weight: 900;"href="/TODAY">TODAY</a>--> | ||
3 | <a href="/">Home</a> | | 4 | <a href="/">Home</a> | |
4 | <a href="/about.html" data-tooltip="About this site">About</a> | | 5 | <a href="/about.html" data-tooltip="About this site">About</a> | |
5 | <a href="/posts/">Posts</a> | | 6 | <a href="/posts/">Posts</a> | |