summaryrefslogtreecommitdiff
path: root/music.html
diff options
context:
space:
mode:
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;