This commit is contained in:
Roman Pyrih
2026-05-19 15:00:24 +02:00
parent 6da7e292ac
commit 1ddd829b42
4 changed files with 23 additions and 21 deletions

View File

@@ -112,8 +112,9 @@ h2.title {
line-height: 1;
margin-bottom: 24px;
span {
strong {
font-family: $fCormorantGaramond;
font-weight: inherit;
}
@include respond-below(xl) {
@@ -258,7 +259,7 @@ h2.title {
h2.title {
color: $cWhite;
span {
strong {
color: $cRed;
}
}
@@ -288,7 +289,7 @@ h2.title {
}
h2.title {
color: $cDark;
span {
strong {
color: $cViolet;
}
}