Skip to content

Commit

Permalink
minor css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gawainhewitt committed Jan 20, 2021
1 parent 6e8a5c2 commit b6c0791
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ h1 {
color: white;
}

p {
font-family: Arial, Helvetica, sans-serif;
padding: 20em, 0;
text-align: center;
font-size: 1.5em;
color: white;
}

img {
width: 100%;
height: auto;
Expand Down
8 changes: 8 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ h1 {
color: white;
}

p {
font-family: Arial, Helvetica, sans-serif;
padding: 20em, 0;
text-align: center;
font-size: 1.5em;
color: white;
}

img {
width: 100%;
height: auto;
Expand Down

0 comments on commit b6c0791

Please sign in to comment.