diff --git a/src/components/App/style.css b/src/components/App/style.css index 82b6eae..7f5dcb7 100644 --- a/src/components/App/style.css +++ b/src/components/App/style.css @@ -19,7 +19,6 @@ flex-direction: column; justify-content: center; align-items: center; - width: 100%; padding: 2rem; background: var(--color-white); color: var(--color-black); diff --git a/src/components/Header/style.css b/src/components/Header/style.css index 6574afc..c8a345a 100644 --- a/src/components/Header/style.css +++ b/src/components/Header/style.css @@ -46,6 +46,7 @@ @apply --inline-list; @apply --with-separator-right; text-align: right; + margin: 1rem 0; } & li {