How to make a padding start at a max value when full screen but shrink gradually to minimum value as browser width gets smaller? – Html
I've been using padding-left: clamp( 60px, calc( value - value ), 186px) but can't seem to figure out how to shrink the paddding properly when i shrink the width of my browser