aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-14 21:02:39 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-14 21:02:39 -0500
commit556ae86fa227872dea81f36923daef42a1296062 (patch)
treeddd8b68325cff2871af10a533cdea6b99efed137 /static
parent806ef52949b72530f96a800708ce442578dbe33d (diff)
downloadembedtube-556ae86fa227872dea81f36923daef42a1296062.tar.xz
embedtube-556ae86fa227872dea81f36923daef42a1296062.zip
footer link and even more minimal style
Diffstat (limited to 'static')
-rw-r--r--static/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 580388e..efc90b0 100644
--- a/static/style.css
+++ b/static/style.css
@@ -16,11 +16,10 @@ a { color: lightblue }
display: flex;
align-items: center;
gap: .25rem;
- margin: .5rem;
#title { flex-grow: 1 }
}
-#details, #comments { padding: 0 1rem; max-width: 1000px }
+#details, #comments { max-width: 1000px }
.comment .replies { margin-left: 2rem }