💄 style: redesign tag pages

This commit is contained in:
welpo
2023-03-05 19:52:51 +01:00
parent 7605ccaf54
commit 8ac1894a66
5 changed files with 36 additions and 32 deletions

View File

@@ -6,7 +6,6 @@
.taglist-table-row {
padding: 2%;
background-color: var(--navbar-color);
transition: 300ms;
width: 28%;
margin-right: 1%;
margin-top: 1%;
@@ -52,3 +51,16 @@
margin: 0
}
}
.tag-cloud {
margin-top: 4vmin;
ul {
list-style: none;
padding: 0;
margin: 0;
}
.tags-item {
margin-top: 1rem;
}
}