aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-17 16:38:25 +0100
committerGravatar Joe Banks <[email protected]>2024-08-17 16:38:25 +0100
commit8d456a85981dcfb72d296f5ce1fcaf5b2c9e54d3 (patch)
treebc057e37b01d216db49bf2339acb3cc4770e6de3 /thallium-frontend/src
parentFix footer centering (diff)
Actually fix footer alignment
Diffstat (limited to 'thallium-frontend/src')
-rw-r--r--thallium-frontend/src/App.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/thallium-frontend/src/App.tsx b/thallium-frontend/src/App.tsx
index b3a1fdd..49abf2c 100644
--- a/thallium-frontend/src/App.tsx
+++ b/thallium-frontend/src/App.tsx
@@ -57,6 +57,7 @@ const FooterHolder = styled.footer`
display: flex;
justify-content: center;
align-items: center;
+ text-align: center;
`;
const router = createBrowserRouter([