diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-14 21:02:39 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-14 21:02:39 -0500 |
| commit | 556ae86fa227872dea81f36923daef42a1296062 (patch) | |
| tree | ddd8b68325cff2871af10a533cdea6b99efed137 /static/style.css | |
| parent | 806ef52949b72530f96a800708ce442578dbe33d (diff) | |
| download | embedtube-556ae86fa227872dea81f36923daef42a1296062.tar.xz embedtube-556ae86fa227872dea81f36923daef42a1296062.zip | |
footer link and even more minimal style
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 3 |
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 } |
