From 0767ed90c0fe876a86c8b7ccf00722db3c9e4ef0 Mon Sep 17 00:00:00 2001 From: slice Date: Fri, 13 Jul 2018 19:02:11 -0700 Subject: [PATCH] tweak service vertical spacing --- priv/frontend/src/App.css | 4 ---- priv/frontend/src/Service.css | 4 ++++ priv/frontend/src/ServicePlaceholder.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/priv/frontend/src/App.css b/priv/frontend/src/App.css index 568e875..85d6e9e 100644 --- a/priv/frontend/src/App.css +++ b/priv/frontend/src/App.css @@ -2,7 +2,3 @@ max-width: 40em; margin: 0 auto; } - -.services .service:not(:last-child) { - margin-bottom: 1em; -} diff --git a/priv/frontend/src/Service.css b/priv/frontend/src/Service.css index 86992fb..25c00af 100644 --- a/priv/frontend/src/Service.css +++ b/priv/frontend/src/Service.css @@ -1,3 +1,7 @@ +.service { + margin: 2rem 0; +} + .service header { display: flex; align-items: center; diff --git a/priv/frontend/src/ServicePlaceholder.css b/priv/frontend/src/ServicePlaceholder.css index a68a699..0bcc6ed 100644 --- a/priv/frontend/src/ServicePlaceholder.css +++ b/priv/frontend/src/ServicePlaceholder.css @@ -1,5 +1,5 @@ .service-placeholder { - margin-bottom: 2rem; + margin: 2rem 0; } .service-placeholder .title {