Skip to content

Commit

Permalink
text display on small phone fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gawainhewitt committed Aug 19, 2021
1 parent 0c5e0d8 commit e75e702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ h1 {
font-family: Arial, Helvetica, sans-serif;
padding: 2px;
text-align: center;
font-size: 6em;
font-size: 5em;
color: black;
margin: 0.2em;
}
Expand All @@ -79,7 +79,7 @@ p {
font-family: Arial, Helvetica, sans-serif;
padding: 2px;
text-align: center;
font-size: 3em;
font-size: 2em;
color: black;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ h1 {
font-family: Arial, Helvetica, sans-serif;
padding: 2px;
text-align: center;
font-size: 6em;
font-size: 5em;
color: black;
margin: 0.2em;
}
Expand All @@ -79,7 +79,7 @@ p {
font-family: Arial, Helvetica, sans-serif;
padding: 2px;
text-align: center;
font-size: 3em;
font-size: 2em;
color: black;
}

Expand Down

0 comments on commit e75e702

Please sign in to comment.