diff --git a/style.css b/style.css index 39c39ef1..6b197d34 100644 --- a/style.css +++ b/style.css @@ -245,12 +245,14 @@ html::-webkit-scrollbar-thumb:window-inactive { nav { flex: 1; text-align: right; - margin-right: 100px; + ; } nav ul{ - margin-left: 20px; + margin: 0; + padding: 0; display: flex; - flex-direction: row; + justify-content: flex-end; + align-items: center; } nav ul li { list-style: none; @@ -260,7 +262,7 @@ nav ul li { } nav ul li a { - text-decoration: none; + text-decoration:none; color: #000; font-size: 14px; font-weight: bold; @@ -285,11 +287,11 @@ nav ul li.login { } nav ul li.login a { - color: #fff; + color:#000; } nav ul li.login:hover { - color: #fff; + color:#000; }