Add pages for tags and link to them
This commit is contained in:
parent
19696fad1d
commit
ed004bfd8a
6 changed files with 45 additions and 21 deletions
|
|
@ -18,15 +18,23 @@ dl {
|
|||
}
|
||||
|
||||
dl.tags {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
dt {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 0.25em;
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
dd {
|
||||
display: inline;
|
||||
.icon {
|
||||
font-size: 1.5em;
|
||||
padding-right: 0.3em;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: ":";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue