Skip to content

Commit

Permalink
hotfix: revert c-footer layout change (#429)
Browse files Browse the repository at this point in the history
Revert the CSS change in #425.
  • Loading branch information
wesleyboar authored Feb 21, 2024
1 parent 09ee983 commit eb0dfda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ svg {
background-color: var(--global-color-primary--x-dark);
}
html:not(#page-portal) .c-footer {
padding-left: revert; /* undo core-styles.cms.css */
padding-right: revert; /* undo core-styles.cms.css */
}
#cms-footer .c-pane--common {
padding-inline: var(--pad-horz);
Expand Down

0 comments on commit eb0dfda

Please sign in to comment.