Split Layout

PHOTO EMBED

Sun Feb 20 2022 14:01:05 GMT+0000 (Coordinated Universal Time)

Saved by @VM89 #css

@media screen and (min-width: 640px){
  .Index {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap !important;
  }
  section[id*="split"]{
    width: 50%!important;
  }
  section[id*="full"]{
    width: 100%!important;
  }
}
	
content_copyCOPY