From a6b67b3fdd7808c40f3a3b9436aef27726a83d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 20 Mar 2021 16:19:25 +0100 Subject: [PATCH] Improve install button layout on narrow screens This allows the button container to add line breaks between the buttons when necessary. --- snikket_web/scss/invite.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snikket_web/scss/invite.scss b/snikket_web/scss/invite.scss index ba34b43..67638cd 100644 --- a/snikket_web/scss/invite.scss +++ b/snikket_web/scss/invite.scss @@ -54,6 +54,8 @@ div.install-buttons { ul { display: flex; flex-direction: row; + flex-wrap: wrap; + justify-content: center; list-style-type: none; margin: $w-l1 0; padding: 0;