Skip to content

Commit

Permalink
fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
chertik77 committed Sep 30, 2023
1 parent 5c7782a commit 0f44f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

.hero-reviews-item:nth-of-type(4) > p {
color: var(--secondary-text-color);
text-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
text-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
font-weight: 500;
line-height: 1;
text-transform: uppercase;
Expand Down Expand Up @@ -85,7 +85,7 @@
background-color: var(--secondary-color);
border-radius: 50%;
color: var(--third-brand-color);
text-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
text-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
line-height: 1.4;
letter-spacing: -0.56px;
text-transform: uppercase;
Expand All @@ -95,7 +95,7 @@
.hero-main-picture {
width: 303px;
height: 236px;
margin: 0 auto 8px auto;
margin: 0 auto 8px;
}

.hero-tags {
Expand All @@ -108,7 +108,7 @@

.hero-tag {
color: var(--primary-color);
text-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
text-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
font-size: 10px;
font-weight: 500;
line-height: 1.2;
Expand Down

0 comments on commit 0f44f72

Please sign in to comment.