summaryrefslogtreecommitdiff
path: root/music.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-16 20:28:16 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-16 20:28:16 +0000
commitd467386647277a2b3c40bc149d97c699903b68d3 (patch)
tree30fdc430ae5d086c0b709a557bd6618538178f50 /music.html
parent73fc38be427e6c2929d891314f58401a0f6e719b (diff)
responsiveness
Diffstat (limited to 'music.html')
-rw-r--r--music.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/music.html b/music.html
index 4c2292a..ee59896 100644
--- a/music.html
+++ b/music.html
@@ -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;