diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index f1e943de31..aa82671568 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -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;