Skip to content

Commit

Permalink
Increasing font size of names
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyATW committed Jun 2, 2014
1 parent 09ffd7a commit 4a2f231
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/addresses.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ p {
line-height: 1.2;
margin-bottom: 2em;
.name {
font-size: 1.666em;
font-size: 2.5em;
line-height: 1.1;
.initial {
font-size: 1.333em;
Expand Down Expand Up @@ -195,6 +195,9 @@ input[type=submit] {
.intro {
font-size: 18px;
margin-top: 0;
.name {
font-size: 1.8em;
}
}
.form-control, .form-notes {
width: 200px;
Expand Down

0 comments on commit 4a2f231

Please sign in to comment.