styled new blog post gallery entries some more; added dates; changed color-highlight-alt variations
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
.tag-filter-container {
|
||||
display: flex;
|
||||
gap: 8px 12px;
|
||||
margin: 0 10px 8px;
|
||||
margin: 12px 10px 8px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@@ -69,6 +69,16 @@
|
||||
}
|
||||
|
||||
.tag-filter:hover {
|
||||
background-color: var(--color-highlight-alt);
|
||||
background-color: var(--color-background-highlight-hover-alt);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.tag-filter-container {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.tag-filter {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user