Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P
    Nick• 520

    @mrsev17

    Posted

    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 helpful

    2