Transfiguration - Marietta, GA

Add Plinko Styling to Ministries below breakpoint

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.

Comments & Events

Kyle Sullivan, Web Development at Diocesan
    @media screen and (max-width: 1399px) {
      .ministry {
        width: 100%;
        &:nth-child(odd) {
          margin-right: 5%;
        }
        &:nth-child(even) {
          margin-left: 5%;
        }
      }
    }
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.