Skip to content
Snippets Groups Projects

#3490682: Added breakout CSS classes.

3 files
+ 11
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
0
.breakout, .bg-breakout{
width: 100vw;
position: relative;
left: calc(-1 * (100vw - 100%) / 2);
}
Loading