Tiass• 295
@Tiasstiass
Posted
Good job! 👏
Tested it on Safari iOS, looks good overall although:
- Centering is kinda off on first and third section,
- The hamburger menu’s items breaks on landscape mode
Now about the code:
- The use of !important is not recommended, if you need it that much, surely something is wrong with your code and using it shouldn’t be your first resort,
- 5 media queries are too much, look for ways to make it more responsive « on its own » like grid, responsive font-sizes with the use of clamp(), not setting fixed sizes, using em and rem etc..
Keep up the good work 💪
Marked as helpful
2