aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-10-21 00:44:14 -0500
committerChristian Cleberg <[email protected]>2025-10-21 00:44:14 -0500
commit16ca173b663357c9745ce8bb8a513630c797c18f (patch)
tree1b4df516881329cea1c26c5021d0f5fb5cb14ca0 /theme/static/styles.css
parentd6fa2485fa7fa9c74f8882f1f66ddd7584645d40 (diff)
downloadcleberg.net-16ca173b663357c9745ce8bb8a513630c797c18f.tar.gz
cleberg.net-16ca173b663357c9745ce8bb8a513630c797c18f.tar.bz2
cleberg.net-16ca173b663357c9745ce8bb8a513630c797c18f.zip
fix flex wrap on small screens
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 1e8df40..150973f 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -113,6 +113,7 @@ time {
}
.post time {
+ flex-shrink: 0;
margin-right: 1rem;
}
@@ -126,7 +127,7 @@ footer {
--bg-light: #1B2229;
--fg: #DFDFDF;
--fg-light: #BBC2CF;
- --link: #047ACE;
+ --link: #67C0FF;
--code: #FF6C6B;
}
-} \ No newline at end of file
+}