From 32e3fdcd9f90fd60afd69f53006a40345d92465b Mon Sep 17 00:00:00 2001 From: Victor Hargrave Date: Thu, 8 Aug 2024 18:22:47 +0200 Subject: [PATCH] MWPW-154535 fix padding columns --- express/blocks/ax-columns/ax-columns.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/express/blocks/ax-columns/ax-columns.css b/express/blocks/ax-columns/ax-columns.css index 4f48f869..b7a9dd6f 100644 --- a/express/blocks/ax-columns/ax-columns.css +++ b/express/blocks/ax-columns/ax-columns.css @@ -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; }