/*
  Theme Name: Coindox
  Author: XpressBuddy
*/

/* Main column width */
.wp-block {
    max-width: 1310px;
}

/* 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;
}