From 344e55745945c226b03f4b0f2984587d63ea036d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Mon, 16 May 2022 22:16:30 +0200 Subject: [PATCH] Fix alignment for settings cards --- app/assets/stylesheets/_global.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/_global.scss b/app/assets/stylesheets/_global.scss index 54cfc11ff..8aa32847a 100644 --- a/app/assets/stylesheets/_global.scss +++ b/app/assets/stylesheets/_global.scss @@ -43,6 +43,8 @@ hr { } .centered { text-align: center; + display: flex; + justify-content: center; } .absolute-right { position: absolute; @@ -117,6 +119,7 @@ a[title="Back"] { .box { background: $white; padding: 25px; + width: 100%; &.small { padding: 10px;