Taxonomies
This commit is contained in:
12
themes/42/assets/css/keywords.css
Normal file
12
themes/42/assets/css/keywords.css
Normal file
@@ -0,0 +1,12 @@
|
||||
ul.keywords {
|
||||
margin: var(--margin) auto;
|
||||
padding-left: 0;
|
||||
line-height: 150%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--gap-half);
|
||||
list-style: none;
|
||||
max-width: var(--width-content-max);
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user