This commit is contained in:
Roman Pyrih
2024-12-19 09:29:38 +01:00
parent 660e331686
commit 3074b72a4e
3 changed files with 26 additions and 4 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

@@ -4184,11 +4184,21 @@ a {
h2 { h2 {
@extend .subtitle-line; @extend .subtitle-line;
margin-bottom: 40px; margin-bottom: 40px;
text-align: center;
width: 100%;
}
h3 {
font-family: $font-2;
font-weight: 400;
font-size: 30px;
line-height: 38px;
color: #000;
} }
div[class^='col-'] { div[class^='col-'] {
display: flex; display: flex;
justify-content: center; // justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
@@ -4217,6 +4227,18 @@ a {
object-fit: cover; object-fit: cover;
} }
} }
div.row {
&:not(:first-child, :last-child) {
margin-bottom: 3%;
}
&:not(:first-child) {
div.col-12 {
margin-bottom: 15px;
}
}
}
} }
#scontainer-33, #scontainer-33,
@@ -6738,7 +6760,7 @@ a {
.color-container { .color-container {
position: relative; position: relative;
padding-top: 90px; // padding-top: 90px;
width: 115px; width: 115px;
@include transition; @include transition;