diff options
author | Luke Bacon <luke@equivalentideas.com> | 2015-04-13 17:00:39 +1000 |
---|---|---|
committer | Luke Bacon <luke@equivalentideas.com> | 2015-04-13 17:17:09 +1000 |
commit | 62d2282f1ccc3c07ab2562c0fadb31a348b6eaa6 (patch) | |
tree | b68e4b98b0a15d5c91a4f6aed21730c5066ebe4b | |
parent | 714b3ee61eb427bff101eabcdac75b38957f9882 (diff) |
make box vertical and horizontal padding even
Conflicts:
app/assets/stylesheets/responsive/_global_layout.scss
-rw-r--r-- | app/assets/stylesheets/responsive/_global_layout.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/responsive/_global_layout.scss b/app/assets/stylesheets/responsive/_global_layout.scss index 02aaaa987..b34a6af74 100644 --- a/app/assets/stylesheets/responsive/_global_layout.scss +++ b/app/assets/stylesheets/responsive/_global_layout.scss @@ -98,11 +98,10 @@ textarea{ padding-right: 0.9375em; } } - -box { - padding: .75em 1em; +.box { + padding: 1em; @include respond-min( $main_menu-mobile_menu_cutoff ){ - padding: .75em 1.5em; + padding: 1.2em; } } |