diff --git a/src/index.html b/src/index.html index bbdc93d697..35d0fc386a 100644 --- a/src/index.html +++ b/src/index.html @@ -32,7 +32,7 @@

Moyo header

Moyo header diff --git a/src/style.css b/src/style.css index 656beecce1..b71aafbf6c 100644 --- a/src/style.css +++ b/src/style.css @@ -14,7 +14,6 @@ body { } .nav { - position: relative; display: flex; justify-content: space-between; align-items: center; @@ -22,6 +21,7 @@ body { } .list { + position: relative; display: flex; padding: 0; margin: 0; @@ -77,7 +77,7 @@ body { .logo { width: 40px; height: 40px; - display: flex; + display: block; margin-right: 50px; }