Advertisement
EduardET

Blog module 5 grid columns

Jul 24th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. .et_pb_ajax_pagination_container{
  2.     display: grid;
  3.     grid-template-columns: repeat(5, calc(((100% / 5) - 25px)));
  4.     grid-gap: 25px;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement