Product landing page responsiveness feedback

Hi guys,

Can I have some advice on how to improve the responsiveness of my landing page, please?

Hey, I am a newbie myself, but hope my advice helps.
When adjusting screen width, your navigation bar did not align as a column.

I replaced the following code in your media query.

nav {
display: flex;
flex-direction: column;
justify-content: space-between;
}

with

ul {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}

That seemed to do the trick.

When on mobile, you will need to give your #description etc sections a padding-top to at least the height of your navbar.

Hi together, here is my Product Landing Page. I am not really satisfied with my RWD-rules, especially with my footer. Please give me some advice to improve my code.

Whats up guys if you don’t mind review my product landing page and give me some honest feedback trying to get better thanks https://codepen.io/jayval87/full/aRLNGG