From the list: Build ✔ Add Plinko Styling to Ministries below breakpoint Kyle S. added this on Apr 01, 2020 Completed Apr 01, 2020 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development @media screen and (max-width: 1399px) { .ministry { width: 100%; &:nth-child(odd) { margin-right: 5%; } &:nth-child(even) { margin-left: 5%; } } } Apr 01, 2020 at 10:47 PM No one was notified Kyle Sullivan completed this to-do. Apr 01, 2020 at 10:47 PM
Kyle Sullivan, Web Development @media screen and (max-width: 1399px) { .ministry { width: 100%; &:nth-child(odd) { margin-right: 5%; } &:nth-child(even) { margin-left: 5%; } } } Apr 01, 2020 at 10:47 PM No one was notified
@media screen and (max-width: 1399px) { .ministry { width: 100%; &:nth-child(odd) { margin-right: 5%; } &:nth-child(even) { margin-left: 5%; } } }