mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
Fix style
This commit is contained in:
parent
9b1e30f378
commit
2a89bbdea0
1 changed files with 3 additions and 2 deletions
|
@ -393,9 +393,10 @@ details[open] summary::before {
|
|||
.home-filters .container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
flex-wrap: wrap;
|
||||
flex-shrink: 0;
|
||||
gap: 1.5rem;
|
||||
column-gap: 1.5rem;
|
||||
row-gap: 0.5rem;
|
||||
}
|
||||
|
||||
.home-filters form {
|
||||
|
|
Loading…
Reference in a new issue