Skip to content

Commit

Permalink
better label spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-stripe committed Oct 12, 2017
1 parent bf428cf commit 7bc257a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ h1, h2, h3, h4 {
.topspace-lg {
margin-top: 50px;
}
.leftspace {
margin-left: 8px;
}
.red {
color: #B20000;
}
Expand Down Expand Up @@ -226,10 +229,10 @@ h1, h2, h3, h4 {
text-align: center;
}
/* media queries */
@media only screen
and (min-device-width : 375px)
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
.home-hero h1 {
font-size: 60px;
}
}
}

0 comments on commit 7bc257a

Please sign in to comment.