♻️ refactor: wrap tags in ul>li
Long tags will get wrapped onto new lines now.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user