diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 8bc6b21..cdd6456 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -698,13 +698,19 @@ dt { /* Front page */ /* Drop the extract indentation on small screens */ -#frontpage_examples .excerpt { +#frontpage_examples { + .excerpt { padding: 0.2em 0 0 0; @include respond-min( $main_menu-mobile_menu_cutoff ){ padding: 0 0 0 2em; } + } + p strong a { + @include button-secondary; + } } +<<<<<<< HEAD /* How it works section */ .steps__list { li { @@ -751,6 +757,13 @@ dt { } } +======= +.latest-requests { + .button-secondary { + @include button-secondary(); + } +} +>>>>>>> wire up homepage buttons /* Authority page */ .action-bar__follower-count { padding: 3px; |