From 84a9a0ccee713e26a28ff5e54ea3776085d93b5f Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 22 Jun 2020 01:48:59 +0200 Subject: Updating just like... a bunch of shit --- static/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css index b567240..cea0eb1 100644 --- a/static/main.css +++ b/static/main.css @@ -66,6 +66,7 @@ a:hover, a:active { grid-row-end: 3; max-width:230px; max-height:100px; + padding-right: 1em; } .subheader { @@ -99,6 +100,12 @@ a:hover, a:active { font-size: 1.25em; } +.details-table { + padding: 5ch 15ch; + font-size: 1.25em; + text-align: left; +} + .details-grid { display: grid; grid-template-columns: 2fr 4fr repeat(3, 1fr); -- cgit v1.2.3