diff --git a/index.html b/index.html
index c5aa038..f5faad4 100644
--- a/index.html
+++ b/index.html
@@ -13,10 +13,9 @@
font-family: sans-serif;
font-size-adjust: 0.62;
font-synthesis: 12px;
- font-variant-ligatures: unset;
font-variant: all-petite-caps;
letter-spacing: 2px;
- margin-bottom: 0;
+ margin-bottom: .5rem;
text-align: center;
text-shadow: 0px 0px 2px #ffffff;
}
@@ -27,16 +26,17 @@
}
audio, #history {
- width: 80vw;
+ width: 75vw;
max-width: 1140px;
min-width: 320px;
border: 1px solid #888;
}
#history {
- font-size: 1.2rem;
+ padding:0;
margin: 1rem auto;
- padding:1rem 0;
+ font-size: 1.25rem;
+ line-height: 1.5;
list-style: none;
}