This commit is contained in:
2026-03-28 12:14:05 +01:00
parent 7f4827eae8
commit f8af79f232
13 changed files with 1734 additions and 58 deletions

View File

@@ -398,6 +398,8 @@ select {
}
.box-nav {
position: relative;
z-index: 1;
margin-bottom: 36px;
.box-nav-title {
@@ -424,6 +426,10 @@ select {
@include respond-below(md) {
align-items: center;
}
@include respond-below(xs) {
flex-wrap: wrap;
row-gap: 10px;
}
._radio {
display: inline-flex;