From 7a8e90d3ca69ce2fb1ebb519d9c6196258600dfa Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sat, 2 Jun 2018 06:43:03 -0400 Subject: [PATCH] Style tweaks --- src/components/App/style.css | 1 - src/components/Header/style.css | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 {