Add margin to register button

This commit is contained in:
Jessica Lawshe 2018-09-20 16:48:47 -05:00 committed by James Allen
parent be9045c7ed
commit 1e4e22c472

View file

@ -165,6 +165,14 @@
}
}
}
@media only screen and (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.masthead {
.btn-hero {
margin-top: @margin-md;
}
}
}
.universities {
border-bottom: 1px solid @gray-lighter;