adding padding to a section based on device

Is there a way you can add different paddings based on what device is being used. I tried a work around from code with a blank section and it adds a good amount of padding to the mobile view but too much to the desktop view.

Hi @Jarch2
You can use css media query for this, you can implement media query and can adjust style based on screen width
Thanks!