♻️ refactor: wrap tags in ul>li

Long tags will get wrapped onto new lines now.
This commit is contained in:
welpo
2023-02-27 18:45:46 +01:00
parent 9b680b0da7
commit 887929fac7
2 changed files with 39 additions and 34 deletions

View File

@@ -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;