diff --git a/src/style.css b/src/style.css index a556a2b88b..5a2ec71be3 100644 --- a/src/style.css +++ b/src/style.css @@ -14,7 +14,6 @@ body { margin: 0; padding: 0; background-color: gray; - font-family: Roboto, Arial, sans-serif; } ul { @@ -56,8 +55,7 @@ ul { align-items: center; height: 60px; justify-content: flex-end; - margin: 0 10px; - font-style: Roboto, sans-serif; + font-family: Roboto, Arial, sans-serif; } .link1 { @@ -85,10 +83,14 @@ ul { list-style: none; } +.nav__item { + margin: 0 10px; +} + .nav__item:first-child { - margin: 0; + margin-left: 0; } .nav__item:last-child { - margin: 0; + margin-right: 0; }