1
0
forked from rfa/radioweb

minor style mods

This commit is contained in:
writerror 2019-04-11 19:25:25 -04:00
parent ebba4a649e
commit 57eaaa02e8

View File

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