style: add some style 3

This commit is contained in:
2026-06-04 18:03:51 +03:00
parent 7ac00579ca
commit 79ebb16243
3 changed files with 14 additions and 1 deletions

View File

@@ -1161,6 +1161,7 @@ img {
color: $color-text-soft;
font-size: 16px;
line-height: 1.45;
font-weight:300;
}
small {
@@ -1687,6 +1688,14 @@ img {
}
}
}
.footer {
&__nav,
&__contacts{
h4 {
margin-top: 15px;
}
}
}
}
@include respond($bp-lg) {