Skip to content

Commit

Permalink
styles: Make header section less awkward on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jul 31, 2024
1 parent d05e9de commit 3178dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ a {
position: relative;
display: flex;
align-items: center;
padding: 80px 20px 0 20px;
padding: 80px 20px 80px 20px;
flex-direction: column;
}

Expand All @@ -176,7 +176,7 @@ a {
}

.hero_single {
min-height: 450px;
min-height: 370px;
}
}

Expand Down

0 comments on commit 3178dd6

Please sign in to comment.