Skip to content

Commit

Permalink
Make the headline more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 20, 2024
1 parent 33b4393 commit 7044cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/app/introduction/introduction.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ h1 {
.hero {
margin: 1em;
}

@media (max-width: 600px) {
.headline {
font-size: 3em;
}
}

0 comments on commit 7044cee

Please sign in to comment.