Trying to change css rules for different screen sizes

Hello,
I have a section in the muffin builder where the top padding is 140px.
On desktop its fine but i want to create a rule where on mobile the top padding is 10px
<div class="section mcb-section" style="padding-top:140px; padding-bottom:40px; background-color:#060606" data-parallax="3d">
if i change it in the inspect element it changes the padding.. but i cant over ride it.


Comments

Sign In or Register to comment.