diff --git a/src/index.html b/src/index.html index 0a58151..cf461c4 100644 --- a/src/index.html +++ b/src/index.html @@ -15,6 +15,13 @@ margin: 0; } + .header .nav { + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + } + .container { display: flex; height: 100%; @@ -72,7 +79,7 @@
-
+ +