Compare commits

..

2 Commits

Author SHA1 Message Date
86fca87b87 Merge pull request 'style: changing appearance of blocks' (#8) from style/edit-text into main
All checks were successful
Deploy Olimparena / deploy (push) Successful in 16s
Reviewed-on: #8
2026-05-13 11:10:38 +00:00
Ignat Karelov
8a402c2fd2 style: changing appearance of blocks 2026-05-13 00:47:32 +03:00
3 changed files with 13 additions and 5 deletions

View File

@@ -222,9 +222,10 @@ img {
.hero__content {
position: relative;
z-index: 1;
max-width: 816px;
max-width: 1000px;
margin-left: 528px;
padding-top: 104px;
padding-bottom: 50px;
}
.hero__content > * {
opacity: 0;
@@ -243,7 +244,7 @@ img {
animation-delay: 0.52s;
}
.hero h1 {
max-width: 768px;
max-width: 1000px;
margin-bottom: 24px;
font-size: 72px;
font-weight: 700;
@@ -467,6 +468,9 @@ img {
min-height: 338px;
padding: 33px;
transition: transform 0.3s ease, border-color 0.3s ease;
display: flex;
flex-direction: column;
justify-content: center;
}
.object-card__content h3 {
margin-bottom: 16px;

File diff suppressed because one or more lines are too long

View File

@@ -183,9 +183,10 @@ img {
&__content {
position: relative;
z-index: 1;
max-width: 816px;
max-width: 1000px;
margin-left: 528px;
padding-top: 104px;
padding-bottom: 50px;
> * {
opacity: 0;
@@ -210,7 +211,7 @@ img {
}
h1 {
max-width: 768px;
max-width: 1000px;
margin-bottom: 24px;
font-size: 72px;
font-weight: 700;
@@ -459,6 +460,9 @@ img {
min-height: 338px;
padding: 33px;
transition: transform 0.3s ease, border-color 0.3s ease;
display: flex;
flex-direction: column;
justify-content: center;
h3 {
margin-bottom: 16px;