@argelomnes
Posted
hey @whoiskekeanyway,
Tablet starts at 768px in dev tools. But I suggest resizing your viewport from your small breakpoint. See where it breaks and then adjust your layout. Your medium breakpoint might start sooner or might not be needed at all.
You're almost there. Some revisions are needed. I recommend starting with the fonts. Barlow should be used in some of the texts. E.g., navigation area.
For mobile, hamburger animation is nice. But about
and services
are not clickable due to the arrow overlapping them.
Marked as helpful
@whoiskekeanyway
Posted
@argelomnes Thank you so much, Argel for your feedback. I will fix the fonts for the navigation and other sections,
Please could you give me some pointers on how to fix the unclickable navigation?
@argelomnes
Posted
@whoiskekeanyway You can add a z-index
to your nav so stays on top of the arrow.
Marked as helpful
@whoiskekeanyway
Posted
@argelomnes I am done with it. Thank you