This commit is contained in:
Roman Pyrih
2024-12-04 15:30:05 +01:00
parent 9476c5a1cb
commit e593c62e5a
4 changed files with 24 additions and 14 deletions

View File

@@ -54,12 +54,12 @@ $font1: 'Open Sans', sans-serif;
h2 {
font-size: 48px;
font-family: $font1;
font-weight: 300;
font-weight: 400;
text-transform: uppercase;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 120px;
margin-bottom: 90px;
color: #000;
line-height: 1.3;
@@ -70,6 +70,13 @@ $font1: 'Open Sans', sans-serif;
margin-bottom: 40px;
}
span {
display: block;
margin-top: 10px;
font-size: 36px;
font-weight: 300;
}
@media (max-width: 1200px) {
font-size: 38px;
margin-bottom: 50px;
@@ -148,7 +155,7 @@ $font1: 'Open Sans', sans-serif;
ul {
list-style: decimal;
margin-bottom: 50px;
margin-bottom: 90px;
padding-left: 50px;
@media (max-width: 768px) {
@@ -181,7 +188,7 @@ $font1: 'Open Sans', sans-serif;
background: #1d1d1b;
font-style: italic;
font-weight: 700;
font-size: 24px;
font-size: 20px;
text-transform: uppercase;
@media (max-width: 1200px) {
@@ -278,10 +285,10 @@ $font1: 'Open Sans', sans-serif;
}
.c-row {
margin-top: 90px;
padding-top: 90px;
&:not(:first-child) {
margin-top: 90px;
border-top: 1px solid #000;
}