diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-16 20:28:16 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-16 20:28:16 +0000 |
| commit | d467386647277a2b3c40bc149d97c699903b68d3 (patch) | |
| tree | 30fdc430ae5d086c0b709a557bd6618538178f50 /music.html | |
| parent | 73fc38be427e6c2929d891314f58401a0f6e719b (diff) | |
responsiveness
Diffstat (limited to 'music.html')
| -rw-r--r-- | music.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -12,14 +12,13 @@ <style> body { color: white; - margin: auto; - width: 1000px; } #main { /*border: dotted; border-color: #8F2037;*/ - width: 1000px; + width: 80vw; + margin: auto; background-color: rgba(0, 0, 0, 0.8); box-shadow: 0 0 20px 25px rgba(0,0,0,0.8); border-radius: 10px; @@ -81,7 +80,7 @@ border:#611121 solid; box-shadow: 0 0 10px 5px #611121 inset; margin: 10px; - font-size: large; + font-size: 2em; color: white; font-family: DynaPuff, Verdana, sans-serif; display: inline-block; |
