summaryrefslogtreecommitdiff
path: root/css/site.css
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-05-07 00:22:30 +0200
committerStefan Kreutz <mail@skreutz.com>2026-05-07 00:22:30 +0200
commit73826ea2208ae629d05144ace2fa43e23e59b5f6 (patch)
tree9be64b0b3e29135f1e281bb99d04269eab8a5923 /css/site.css
parent65fdb57da75248e3a2c3b23c177472fd7cc0ae65 (diff)
downloadblog-73826ea2208ae629d05144ace2fa43e23e59b5f6.tar.gz
Move license statement to article footer
Diffstat (limited to 'css/site.css')
-rw-r--r--css/site.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/site.css b/css/site.css
index df38ea5..c0bd0cb 100644
--- a/css/site.css
+++ b/css/site.css
@@ -162,6 +162,10 @@ article header h1 + * {
margin-top: 0.5em;
}
+article > footer {
+ margin-top: 2em;
+}
+
article .footnotes li:target {
background: var(--light-gray);
transition: background 0.5s;
@@ -252,10 +256,6 @@ svg.icon {
fill: var(--foreground-color);
}
-main > p.license {
- margin-top: 2em;
-}
-
.home-page {
/* margin: auto; */
/* max-width: 32em; */
Generated by cgit. See skreutz.com for my tech blog and contact information.