Skip to content

Commit

Permalink
style(home,profile): increase font size
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-tagawa committed Oct 21, 2015
1 parent ad65872 commit 7156b9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ input {
font-size: 1.5vh;
}

#home {
#home,
#profile {
font-size: 2vh;
}

Expand Down Expand Up @@ -221,6 +222,10 @@ input {
border-width: 10px;
}

.landing-page-intro a {
font-size: 1.1em;
}

.slogan {
font-size: 2em;
font-family: 'Playfair Display', serif;
Expand Down

0 comments on commit 7156b9a

Please sign in to comment.