diff --git a/styles/global.css b/styles/global.css index f0647da..07afe06 100644 --- a/styles/global.css +++ b/styles/global.css @@ -55,12 +55,15 @@ nav ul { display: flex; flex-direction: row; justify-content: space-between; + padding: 0; + font-size: 32px; } nav ul .links { display: flex; flex-direction: row; + font-size: 20px; } nav ul li {