Replace 8px directional margins with vars.$space-s2 (3 files)

This commit is contained in:
2026-04-20 19:02:31 +03:00
parent 933407832a
commit da896260e6
3 changed files with 5 additions and 5 deletions
@@ -88,7 +88,7 @@
&__section-title {
font-size: fonts.$font-size-s;
color: colors.$text-color;
margin-bottom: 8px;
margin-bottom: vars.$space-s2;
}
&__note {