HI, so I am trying to create a fully responsive site, and i had implemented HTML Embed’s in various div blocks that create additional breakpoints and adjust font sizes and line heights… however i also need to adjust the block sizes at the various breakpoints as well and I can’t figure out the syntax to achieve that… the code that I use is:
I add this to every necessary div block while adjusting the class.
what should I add to the code to change its size in “px” (the div block size is in a different class)
so nothing happens unless i close the style section right after the “max-width” statement… I must be doing something wrong… and if I do close it, then it resizes a different amount than I instruct it.
I am not very experienced with HTML/CSS - I am mostly trying to to figure it out… so if you don’t mind providing some additional clarification