From 1c5cb2b2a498581aa3d96d9886fffb2c58d4a6ff Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Sep 2021 11:24:30 +0100 Subject: [PATCH] Footer styling for settings page With policy links --- src/css/App.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/App.css b/src/css/App.css index a930387..9434cfd 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -137,6 +137,9 @@ footer { margin: 24px; font-size: 14px; color: var(--text-color-tinted); + display: flex; + flex-direction: row; + justify-content: space-between; } html, body, footer, .firebaseui-container, .mdl-button, .mdl-textfield__input {