Skip to content

Commit

Permalink
fixed font size
Browse files Browse the repository at this point in the history
  • Loading branch information
neeharavula committed May 6, 2024
1 parent ff1d67e commit 22e56fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ body {
@media screen and (max-width: 768px) {
.summary {
flex-direction: column;
padding: 9em 1em 0 2em;
padding: 3em 1em 0 2em;
/* stack items vertically */
}
.summary h2 {
font-size: 3em;
font-size: 2.5em;
}
}

0 comments on commit 22e56fc

Please sign in to comment.