diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 027fa5e..6bf0cb8 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -774,6 +774,15 @@ dt { } } +.learn-more-foi { + @include respond-min( $main_menu-mobile_menu_cutoff ){ + margin-top: 3em; + } + a { + @include button-secondary; + } +} + .latest-requests { .button-secondary { @include button-secondary; |