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