Skip to content

Commit

Permalink
increases font sizes on home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2094 committed Jul 4, 2018
1 parent f900a06 commit 4202283
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/src/main/components/public/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ body {
h3 {
display: flex;
justify-content: left;
font-size: 30px;
/* text-align: left; */
}

h2 {
display: flex;
justify-content: left;
/* text-align: left; */
font-size: 46px;
}

#rules {
Expand All @@ -33,6 +34,7 @@ h2 {
align-items: center;
height: 80%;
width: 100%;
font-size: 20px;
}

#play-now-div {
Expand All @@ -46,6 +48,6 @@ h2 {
height: 75px;
width: 100px;
background-color: white;
font-size: 16px;
font-size: 20px;
color: darkgreen;
}

0 comments on commit 4202283

Please sign in to comment.