aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-14 17:39:59 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-14 17:39:59 -0500
commit3b246c066f00a8820231d25519109e77d35edd23 (patch)
tree3109072d302cb0a2a93dc35cb829973db1aacf17 /static/style.css
parent2601d06e398143b9e4a54ef6c4003e8c99c84f97 (diff)
downloadembedtube-3b246c066f00a8820231d25519109e77d35edd23.tar.xz
embedtube-3b246c066f00a8820231d25519109e77d35edd23.zip
dont use whole page width on pages
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d9e461f..6159f5c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -11,6 +11,11 @@ body, pre {
font-family: "Roboto", sans-serif;
}
+#index {
+ max-width: 800px;
+ margin: auto;
+}
+
#player {
display: block;
width: 100vw;
@@ -38,6 +43,10 @@ button {
padding: 0 1rem;
}
+#comments {
+ max-width: 1000px;
+}
+
.replies {
margin-left: 2rem;
}