From 719f857648482fe0a8e416dd58af206045fff039 Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Wed, 11 Sep 2024 11:26:47 -0500 Subject: [PATCH] fix margins of WIP warning text --- src/components/WorkInProgressWarning.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WorkInProgressWarning.vue b/src/components/WorkInProgressWarning.vue index 5b23580..53336e2 100644 --- a/src/components/WorkInProgressWarning.vue +++ b/src/components/WorkInProgressWarning.vue @@ -33,7 +33,7 @@ p { max-width: 60em; text-align: center; - margin: 0 auto 5px 0; + margin: 0 auto 5px auto; } button { display: block; -- GitLab