/*
Theme Name: zerif-lite child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: PSC
URI: https://www.themeisle.com/
Template: zerif-lite
Version: 0.14

.alignwide {
  /* Set these margins to work with your own theme. */
  margin-left: -80px;
  margin-right: -80px;
  max-width: 100vw;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}
*/