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 {