DEV Community

[Comment from a deleted post]
Collapse
 
hedanielld profile image
Hubert Daniell • Edited

Go easy on me. I created this mixin for my scss template. It can be edited anyway but basically it takes whatever you set for desktop and divides the padding in half and a quarter depending on your breakpoint sets.

This could be edited to do what you want to do without even thinking about the smaller screens. set one and let the mixin do the rest. It is a little overkill but I use it all the time

codepen.io/hedanielld/pen/xaJYQp

P.S. this is my first post and I'm always reluctant to post.