style the categories

This commit is contained in:
Rhiannon Morris 2021-08-23 16:35:36 +02:00
parent 2ccfb72b22
commit 8e5e066699
1 changed files with 15 additions and 0 deletions

View File

@ -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; }