/* Main column width */
.wp-block {
max-width: 990px;
}
/* Width of "wide" blocks */
.wp-block[data-align='wide'] {
max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align='full'] {
max-width: none;
} Back to Directory