aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/ServiceAlerts.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/ServiceAlerts.css')
-rw-r--r--src/frontend/app/components/ServiceAlerts.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/frontend/app/components/ServiceAlerts.css b/src/frontend/app/components/ServiceAlerts.css
index 7c271f9..c0f67f5 100644
--- a/src/frontend/app/components/ServiceAlerts.css
+++ b/src/frontend/app/components/ServiceAlerts.css
@@ -1,6 +1,9 @@
/* Service Alerts Container */
.service-alerts-container {
- margin-bottom: 1.5rem;
+ margin: 0;
+ display: flex;
+ flex-direction: column;
+ gap: 0.75rem;
}
.service-alert {