As I work on designing my home page, I've noticed that my div sections are not adjusting or resizing along with the webpage when it's resized. They seem to stay fixed in place and retain their original size. What could be causing this issue?
So far, I've only managed to get my navigation bar to adapt when the screen width reaches 768px.
When tweaking the CSS properties for my layout, I found that no matter what combination of flex properties I use such as justify-content, flex-basis, align-items, or flex-direction: column, the elements still aren't behaving as expected. It seems like there might be an error in how I'm applying these styles, but I'm struggling to pinpoint where I'm going wrong.