This commit is contained in:
x
2025-04-21 14:48:40 +02:00
parent a3b66567c9
commit e18270a1ce
6 changed files with 31 additions and 26 deletions

View File

@ -120,10 +120,9 @@ html[theme="orange"] .image-brand {
.tag {
box-shadow: 1px 1px 1px black;
display: grid;
grid-template-rows: auto;
grid-template-columns: 1fr auto;
margin: 10px;
margin-right: 10px;
margin: 5px;
grid-template-columns: auto;
grid-template-rows: 1fr;
}
.navigation-rechts {
@ -148,4 +147,15 @@ html[theme="orange"] .image-brand {
.dropdown-menu.shii {
width: auto;
}
@media (min-width: 900px) {
.tags {
grid-template-columns: repeat(auto-fill, 20em);
justify-content: center;
}
}
.tag img {
width: 100%;
}