make tag list modular, put on homepage
This commit is contained in:
parent
19ad68397b
commit
edb8805bd2
4 changed files with 12 additions and 9 deletions
|
@ -665,7 +665,6 @@ button, a.button {
|
|||
background-color: var(--c-text-background);
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem;
|
||||
margin: 0 0.2em 0.2em 0;
|
||||
border-radius: 0.2rem;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
@ -679,7 +678,9 @@ button, a.button {
|
|||
0 0 1rem var(--c-accent);
|
||||
}
|
||||
}
|
||||
|
||||
.button.tag {
|
||||
margin: 0 0.2em 0.2em 0;
|
||||
}
|
||||
.tag {
|
||||
display: inline-flex;
|
||||
&::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue