From fd03e2e1a7fb7290c68bb1fe6693ff1b10b8e6aa Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 26 May 2023 13:30:26 +0900 Subject: [PATCH] :art: --- packages/frontend/src/ui/deck.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 937bfe314f..69637b6555 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -4,7 +4,7 @@
-
+
.section:first-of-type { - margin-left: auto; + margin-left: auto !important; } > .section:last-of-type { - margin-right: auto; + margin-right: auto !important; } }