Skip to content

Instantly share code, notes, and snippets.

@BiancaNL
BiancaNL / acf-gb-pricingtables.css
Last active February 13, 2023 14:19
ACF Gutenberg Blocks Pricing Tables
.acf-pricing-table {
float: left;
padding: 2%;
box-sizing: border-box;
}
.acf-pricing-table:first-of-type:nth-last-of-type(2),
.acf-pricing-table:first-of-type:nth-last-of-type(2) ~ .acf-pricing-table {
width: 50%;