forked from deepStateMirrors/tabi
♻️ refactor: wrap tags in ul>li
Long tags will get wrapped onto new lines now.
This commit is contained in:
parent
9b680b0da7
commit
887929fac7
2 changed files with 39 additions and 34 deletions
|
@ -73,6 +73,7 @@ header {
|
|||
letter-spacing: -0.5px;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 300;
|
||||
padding: 0;
|
||||
padding-top: 0.7vmin;
|
||||
padding-bottom: 3vmin;
|
||||
line-height: 1.4rem;
|
||||
|
@ -85,6 +86,11 @@ header {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.meta ul, li{
|
||||
list-style-type: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.card-meta {
|
||||
color: var(--meta-color);
|
||||
font-size: 0.92rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue