From the list: Update Development Site - Shared with Client ✔ Add padding between 3 SEAS Spotlight posts on homepage so they don't run into one another Veronica A. added this on Feb 27, 2019 Completed Feb 28, 2019 by Kyle S. Assigned to Kyle S. Notes https://3.basecamp.com/3869554/blobs/a4f75e84-3ab5-11e9-be62-a0369f740db3/download/image.png Comments & Events Kyle Sullivan, Web Development In relevant part, I reduced the width of each of these from 33.33333% to 30% to achieve the desired effect..wp-show-posts-columns#wpsp-1526 { justify-content: space-evenly; margin: 0; .wp-show-posts-single { width: 30%; } } Feb 28, 2019 at 2:40 PM Notified 1 person Kyle Sullivan completed this to-do. Feb 28, 2019 at 2:40 PM
Kyle Sullivan, Web Development In relevant part, I reduced the width of each of these from 33.33333% to 30% to achieve the desired effect..wp-show-posts-columns#wpsp-1526 { justify-content: space-evenly; margin: 0; .wp-show-posts-single { width: 30%; } } Feb 28, 2019 at 2:40 PM Notified 1 person
.wp-show-posts-columns#wpsp-1526 { justify-content: space-evenly; margin: 0; .wp-show-posts-single { width: 30%; } }