diff --git a/src/components/Nav.scss b/src/components/Nav.scss index 7a47496..29d29a7 100644 --- a/src/components/Nav.scss +++ b/src/components/Nav.scss @@ -19,8 +19,9 @@ } .Nav__logo { - width: 180px; - img { width: 100%; } + width: 160px; + overflow: hidden; + img { width: 180px; } } .Nav__network {