Skip to content

Commit 24e9f41

Browse files
committed
fix added padding to section element on smaller screens
1 parent f44675c commit 24e9f41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-includes/css/page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ a {
696696
}
697697

698698
/* Decrease section padding for smaller screens */
699-
.main-content section:not(:first-child):not(.cta-banner) {
700-
padding: 2em;
699+
.main-content section:not(:first-child):not(.cta-banner):not(.card-section) {
700+
padding: 2em !important;
701701
}
702702

703703
/* Decrease card section padding for smaller screens */

0 commit comments

Comments
 (0)