Skip to content

Commit

Permalink
Merge pull request #44 from adobecom/MWPW-154535-fixes-sprint6
Browse files Browse the repository at this point in the history
MWPW-154535 fix padding columns
  • Loading branch information
vhargrave authored Aug 13, 2024
2 parents 67a72fa + 32e3fdc commit bc26bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express/blocks/ax-columns/ax-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
padding-right: 0;
}

.ax-columns:last-child:not(.highlight, .top.center, .fullsize, .light, .dark, .numbered) {
.ax-columns:last-child:not(.highlight, .top.center, .fullsize, .light, .dark, .numbered, .centered) {
padding-bottom: 40px;
}

Expand Down

0 comments on commit bc26bcf

Please sign in to comment.