/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.hero-single-article--email {
  padding-top: 100px;
}
.hero-single-article--email .hero-single-article__info {
  width: 100%;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}

.single-email .email-preview-iframe-container {
  width: 100%;
  border: none;
}

/*# sourceMappingURL=single-email.css.map*/