From 53be648c237b92df38eb3855991dea252197c9cf Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 15 Dec 2020 15:36:45 +0100 Subject: [PATCH] Responsive add-self buttons in list-of-speakers --- .../list-of-speakers-content.component.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.scss b/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.scss index 76b2aad69..28bd0cd8b 100644 --- a/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.scss +++ b/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.scss @@ -129,11 +129,12 @@ } .add-self-buttons { - margin: 15px 25px; - display: flex; + margin: 10px 20px; + display: inline-flex; + flex-wrap: wrap; - button + button { - margin-left: 20px; + button { + margin: 5px; } }