Hi all! A very large and complex project! The main difficulty of this project is working with styles!Also, I tried to reduce the number of components as much as possible, to make them reusable. I will be glad to any comments!
Nicolas Fanti
@Nico-2bAll comments
- @MaxTarasevichSubmitted about 2 years ago@Nico-2bPosted about 2 years ago
Hello! I have nothing special to say the website is very beautiful. Just one thing, the last button "Get in touch" in the footer doesn't work! cya, N.
Marked as helpful0 - @ChamuMutezvaSubmitted about 2 years ago@Nico-2bPosted about 2 years ago
Hi! I really like the animations you put on your site. If I may say so, I noticed that in mobile mode on the navigation bar the line under the categories touches the categories below.
Moreover on a mobile phone you can scroll horizontally when the navigation bar is closed, to avoid this you must add a position:relative on your body in addition to overflowx:hidden.
body { border-color: transparent; min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; font-family: var(--ff-bellefair); font-weight: 400; overflow-x: hidden; position: relative; }
I hope i helped you! Bye
Marked as helpful0