aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/style.css
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-02-04 11:21:06 -0500
committerBradley Taunt <bt@btxx.org>2025-02-04 11:21:36 -0500
commitc1bbb57e2ec18b622022136b2d19ce3426e6cbfe (patch)
treefc801c19ae5bc19de1fc87829c8325397e245879 /public/style.css
parent5794dd216bf532fb5697ae7fe57e6446afdf7129 (diff)
New link post: Red Hat adding AI to Fedora
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css
index 62f72fa..24cb002 100644
--- a/public/style.css
+++ b/public/style.css
@@ -6,7 +6,7 @@ body {
font-family: sans-serif;
line-height: 1.4;
margin: 0 auto;
- max-width: 1140px;
+ max-width: 960px;
padding: 12px;
}
@@ -37,7 +37,8 @@ h2,h3,h4,h5,h6 {
margin: 0 0 10px;
}
.posts li span {
- display: none;
+ display: block;
+ font-size: 85%;
}
.alert {
@@ -86,10 +87,12 @@ pre {
}
blockquote {
+ border-left: 2px solid;
color: brown;
font-family: serif;
font-style: italic;
font-size: 110%;
+ padding: 0 0 0 8px;
}
img {