From 1e4e22c4727025cfadbad839dc56e254abe6b007 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Thu, 20 Sep 2018 16:48:47 -0500 Subject: [PATCH] Add margin to register button --- services/web/public/stylesheets/app/homepage.less | 8 ++++++++ 1 file changed, 8 insertions(+) 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;