Skip to content

Commit

Permalink
Merge pull request #1241 from Sitecore/bugfix/554316-margin-bottom-promo
Browse files Browse the repository at this point in the history
 #554316: fixed margin bottom for promo

(cherry picked from commit e5626f2)
  • Loading branch information
ambrauer committed Dec 6, 2022
1 parent fe12678 commit 0c0f400
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
@import "@sass/abstracts/mixins";
@import "variables";

.prod-mode {
#footer {
padding-top: 80px;

@include respond-to(mobile-large) {
padding-top: 0;
}
}
}

footer {
@include respond-to(mobile-large) {
padding-top: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 80px;

@include respond-to(mobile-large) {
margin-bottom: 0;
}

>.component-content {
border: 0;
Expand Down

0 comments on commit 0c0f400

Please sign in to comment.