make alt category names less squished
This commit is contained in:
parent
b71e7b59db
commit
9d45b520e7
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ footer {
|
|||
|
||||
#alts.cat {
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
grid-template-columns: minmax(auto, 10em) auto;
|
||||
grid-gap: 0.5em;
|
||||
align-items: baseline;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue