xxsalivalxx
7 months ago
why can coding never be simple. it feels like theres always something going wrong
xxsalivalxx
7 months ago
its only the top and right side of the image to. its like it shifted left and down slightly
twohundredtwentytwo
7 months ago
What selector are u using to change the margins?? Im inspecting it rn and the margin variables are under the * selector, which is affecting the bg as well since its a universal selector
twohundredtwentytwo
7 months ago
Moving the margin variables to section-1 or container should fix it (like: #section-1, .container { margins here })
xxsalivalxx
7 months ago
ive never messed with grid layouts so i stole the code from w3 schools and have just been messing around with it
xxsalivalxx
7 months ago
my code is so jank i have no clue what im doing lol. thanks for helping me tho :D
idk how to explain it well, but you could try and force it by using media max-width css? i use it a lot in my code if you want to see... idrk what its called lol