diff --git a/ticker-serve/static/style.css b/ticker-serve/static/style.css index ae0f7a8..c84831b 100644 --- a/ticker-serve/static/style.css +++ b/ticker-serve/static/style.css @@ -19,10 +19,10 @@ h2 { background-color: #ffffff; color: #444; font-weight: 900; - width: 4rem; - margin-left: -1.5rem; + margin-left: -1.75rem; text-align: center; - width: 4rem; + width: 4.5rem; + height: 4.5rem; } /* saturday */ .date.wd5 { @@ -34,15 +34,18 @@ h2 { } .date .day { align-self: center; - font-size: 140%; + font-size: 200%; + line-height: 1em; } .date .month { align-self: center; - font-size: 50%; + font-size: 70%; font-variant-caps: small-caps; } .weekday { padding-left: 1rem; + font-size: 180%; + vertical-align: middle; } article {