/*
 Theme Name:   Blocksy Child
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  blocksy-child
*/

/* Desktop content width */
.custom-content-wrapper {
  max-width: 1140px; /* Adjust to your preferred desktop width */
  margin: 0 auto; /* Center content */
  padding-left: 20px;
  padding-right: 20px;
}

/* Mobile margins (5% on each side) */
@media screen and (max-width: 768px) {
  .custom-content-wrapper {
    max-width: 90%; /* Automatically 5% margin on each side */
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
