From 194d034e0d7584715401fcb31a6115ef9e900fc6 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 9 Jun 2023 00:05:46 +0200 Subject: [PATCH] Created the action-area class in the Home styles.sass --- webui/src/pages/Home/styles.sass | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/webui/src/pages/Home/styles.sass b/webui/src/pages/Home/styles.sass index fc3f147..3f456fc 100644 --- a/webui/src/pages/Home/styles.sass +++ b/webui/src/pages/Home/styles.sass @@ -3,4 +3,12 @@ flex-direction: column align-items: center justify-content: center - height: 100% \ No newline at end of file + height: 100% + + +.action-area + margin-top: 5rem + display: flex + gap: 3rem + flex-wrap: wrap + justify-content: center \ No newline at end of file