diff --git a/styles/global.css b/styles/global.css index 8345350..f0647da 100644 --- a/styles/global.css +++ b/styles/global.css @@ -57,6 +57,12 @@ nav ul { justify-content: space-between; } + +nav ul .links { + display: flex; + flex-direction: row; +} + nav ul li { list-style: none; display: flex;