diff --git a/styles/global.css b/styles/global.css index 96a347a..8345350 100644 --- a/styles/global.css +++ b/styles/global.css @@ -49,6 +49,9 @@ nav { color: aliceblue; margin: 0; padding: 0; +} + +nav ul { display: flex; flex-direction: row; justify-content: space-between;