From 57eaaa02e846a68f7879c1c5823f79e96a24bb69 Mon Sep 17 00:00:00 2001 From: writerror Date: Thu, 11 Apr 2019 19:25:25 -0400 Subject: [PATCH 1/2] minor style mods --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } From 262d208759117fd54794dce7c95a74ebea2c2c6b Mon Sep 17 00:00:00 2001 From: writerror Date: Thu, 11 Apr 2019 20:54:47 -0400 Subject: [PATCH 2/2] more minor style tweaks --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f5faad4..f1077d3 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ width: 75vw; max-width: 1140px; min-width: 320px; - border: 1px solid #888; + border: 1px solid #666; } #history { @@ -40,6 +40,10 @@ list-style: none; } + + #history li { + padding: .25rem; + } #history > :first-child { font-weight: bold; }