uga aga
This commit is contained in:
@ -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%;
|
||||
}
|
Reference in New Issue
Block a user