@xStephxSubmitted 7 months ago
P
Nick
@mrsev17All comments
- @mrsev17Posted 6 months ago
I found that in your navigation which located in header, links when hovered get bigger font, and it's moving another elements. You can avoid this if you make container where links located same size as elements when they increase or another option use for a link:
a { display:block }
a:hover { transform: scale(1.1) }
Marked as helpful2