edit blocks (gendir 5 + photos FINAL)

This commit is contained in:
2026-06-18 10:51:15 +03:00
parent fceb73e161
commit d48e75c71c
6 changed files with 31 additions and 17 deletions

View File

@@ -284,7 +284,7 @@ img {
.hero h1 {
max-width: 1000px;
/*margin-bottom: 24px;*/
margin-bottom: 45px;
margin-bottom: 30px;
font-size: 82px;
font-weight: 700;
line-height: 90px;
@@ -307,7 +307,7 @@ img {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 15px;
margin-bottom: 25px;
}
.hero__tags li {
padding: 16px 20px;
@@ -1821,6 +1821,7 @@ img {
}
.hero p {
max-width: 100%;
font-weight: 200;
font-size: 16px;
line-height: 1.5;
}
@@ -1952,9 +1953,9 @@ img {
}
.hero h1 {
/*font-size: 34px;*/
font-size: 24px;
font-size: 32px;
margin-top: 20px;
margin-bottom: 40px;
margin-bottom: 25px;
}
.hero__actions {
gap: 12px;
@@ -1974,6 +1975,7 @@ img {
.hours-card,
.object-card__content {
padding: 24px;
min-height: 230px;
}
.feature-card {
padding: 34px 24px;

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@@ -249,7 +249,7 @@ img {
h1 {
max-width: 1000px;
/*margin-bottom: 24px;*/
margin-bottom:45px;
margin-bottom:30px;
font-size: 82px;
font-weight: 700;
line-height: 90px;
@@ -275,7 +275,7 @@ img {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 15px;
margin-bottom: 25px;
li {
padding: 16px 20px;
@@ -2055,6 +2055,7 @@ img {
p {
max-width: 100%;
font-weight:200;
font-size: 16px;
line-height: 1.5;
}
@@ -2241,9 +2242,9 @@ img {
h1 {
/*font-size: 34px;*/
font-size:24px;
font-size:32px;
margin-top:20px;
margin-bottom:40px;
margin-bottom:25px;
}
&__actions {
@@ -2271,6 +2272,7 @@ img {
.hours-card,
.object-card__content {
padding: 24px;
min-height:230px;
}
.feature-card{