Skip to content

Commit

Permalink
Merge pull request #404 from codefordurham/issue-382-increase-font-size
Browse files Browse the repository at this point in the history
Increased font size and line height
  • Loading branch information
copelco committed Feb 8, 2017
2 parents 06100ef + 13b6fda commit 0fd06e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ body {
margin: 0;
position: relative;
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 24px;
}
img {
max-width:100%;
Expand Down Expand Up @@ -67,7 +69,7 @@ hr.no-border {
z-index: 1000000;
top: 90px;
left: 40px;
width: 480px;
width: 490px;
}
#search-form button {
padding: 10px 24px;
Expand Down

0 comments on commit 0fd06e8

Please sign in to comment.