Skip to content

Commit

Permalink
hero
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethBil committed Oct 4, 2023
1 parent 07d34cd commit ad05344
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/* Typography */
color: var(--white, #fcf9f9);
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand Down
10 changes: 7 additions & 3 deletions src/css/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,22 @@
.hero-picture-btn-icon {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
gap: 40px;
}

.hero-picture-btn {
display: flex;


margin-top: 94px;
}

.hero-img {
margin: 0;
}

.hero-svg-star {

}

}

@media screen and (min-width: 1440px) {
Expand Down

0 comments on commit ad05344

Please sign in to comment.