diff --git a/style.css b/style.css index e71b79d..2c081ad 100644 --- a/style.css +++ b/style.css @@ -14,8 +14,17 @@ header { justify-content:space-between; align-items:center; white-space:nowrap; + flex-wrap: wrap; } -nav {display:inline-block;} + +nav { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: flex-end; + gap: 1rem; +} + nav li { display:inline-block no; margin-right:20px;