Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4184,11 +4184,21 @@ a {
|
||||
h2 {
|
||||
@extend .subtitle-line;
|
||||
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-'] {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
// justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -4217,6 +4227,18 @@ a {
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
div.row {
|
||||
&:not(:first-child, :last-child) {
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
&:not(:first-child) {
|
||||
div.col-12 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#scontainer-33,
|
||||
@@ -6738,7 +6760,7 @@ a {
|
||||
|
||||
.color-container {
|
||||
position: relative;
|
||||
padding-top: 90px;
|
||||
// padding-top: 90px;
|
||||
width: 115px;
|
||||
@include transition;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user