Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jul 1, 2024
1 parent 6725cd5 commit c5ff5b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ body {
}

#hero {
font-size: 2vw;
font-size: 125%;
}

@media only screen and (max-width: 600px) {
#hero {
font-size: 95%;
}
}

0 comments on commit c5ff5b5

Please sign in to comment.