Skip to content

Commit

Permalink
Minor tuning for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 8, 2024
1 parent a39fdad commit d26cb98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@

.hero {
text-align: center;
min-height: 500px;
height: calc(100vh - 80px - 60px);
min-height: 400px;
height: calc(100vh - 80px - 80px);
display: flex;
justify-content: center;
flex-direction: column;
margin-bottom: 60px;
margin-bottom: 80px;
color: var(--section-text-color);
}

Expand Down Expand Up @@ -460,7 +460,7 @@
}

main {
padding: 5px;
padding: 10px;
}

h1 {
Expand Down

0 comments on commit d26cb98

Please sign in to comment.