Fix adaptivity of post tags

This commit is contained in:
daudix
2024-08-11 03:53:25 +03:00
parent d129c9c6e0
commit 225d98e11e
4 changed files with 46 additions and 33 deletions

View File

@ -170,6 +170,13 @@
background-color: var(--yellow-fg);
}
}
div {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 0.25rem;
}
}
hr:last-of-type {