I know there’s an easy way to do with with @media, but i can’t figure it out.
I need the main VITALITY transparent PNG in the top banner of my website to adjust max-width differently on desktop verses mobile.
I want max-width on mobile to be 50% and desktop to be 25%.
Right now i just have this simple inline CSS.
max-width: 25%; text-align: center; display: block; margin-left: auto; margin-right: auto;
Jesse
