Немного адаптивности
This commit is contained in:
parent
c46adbf0e1
commit
4ecf83690e
2 changed files with 9 additions and 0 deletions
|
|
@ -9,3 +9,11 @@
|
|||
align-items: end;
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
|
||||
@media(max-width:768px) {
|
||||
.filters {
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
.rangeInput {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue