fix: tags wrapping

This commit is contained in:
Alejandro Gomez
2023-07-09 01:05:40 +02:00
parent d98440b47b
commit aaa2e26bd9
3 changed files with 17 additions and 17 deletions

View File

@ -205,6 +205,7 @@ button span.hide-on-mobile {
.tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
@ -242,4 +243,4 @@ button span.hide-on-mobile {
.age-check .btn {
padding: 12px 16px;
}
}