This commit is contained in:
2026-04-27 09:24:36 +02:00
parent bdd91a4c84
commit 2d3bb66d42
3 changed files with 11 additions and 1544 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -403,16 +403,20 @@ select {
margin-bottom: 36px; margin-bottom: 36px;
.box-nav-title { .box-nav-title {
padding: 0 15px; // padding: 0 15px;
h3 { h3 {
color: $cTxtBlack; color: $cTxtBlack;
font-family: $font3; font-family: $font3;
font-weight: 300; font-weight: 700;
font-size: 11px; font-size: 20px;
line-height: 1.34; line-height: 1.35;
letter-spacing: -0.02em; letter-spacing: -0.48px;
margin-bottom: 10px; margin-bottom: 10px;
@include respond-below(lg) {
font-size: 20px;
}
} }
} }
._radios { ._radios {