Skip to content

Commit

Permalink
Update _layout.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
brenorb authored May 30, 2024
1 parent 4f66c7f commit 04d8a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ header {
background-repeat: no-repeat;
background-position: calc(50% - 40px) 175px;
/* height: 420px; */
height: 490px; // new
height: 640px; // new
box-sizing: border-box;
padding-bottom: 0px; // new
img {
Expand All @@ -42,13 +42,13 @@ header {
background-size: contain;
background-position: calc(50% - 300px) calc(100% + 20px);
padding-bottom: 0px; // new
height: 579px; // new
height: 640px; // new
img {
width: 274px; // new
}

&.main-hero {
height: 490px; // new
height: 579px; // new
// height: 80vh;
background-position: calc(50% - 350px) calc(100% + 20px);
}
Expand Down

0 comments on commit 04d8a31

Please sign in to comment.