style the categories
This commit is contained in:
parent
2ccfb72b22
commit
8e5e066699
1 changed files with 15 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue