From 8e5e066699c33a05fed394dbb25b56aac5d413bd Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 23 Aug 2021 16:35:36 +0200 Subject: [PATCH] style the categories --- style/shiny/single.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style/shiny/single.css b/style/shiny/single.css index 2646a4d..73584d6 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -199,3 +199,18 @@ footer { font-size: 150%; } } + + +#alts { + margin: 1.5em 0; + text-align: center; +} + +.cat :is(h3,ul) { margin: 0; } + +#alts h3 { + font-weight: 600; + display: inline; + padding-right: 0.5em; +} +#alts ul { display: inline flex; }