diff options
| author | 2024-08-17 16:38:25 +0100 | |
|---|---|---|
| committer | 2024-08-17 16:38:25 +0100 | |
| commit | 8d456a85981dcfb72d296f5ce1fcaf5b2c9e54d3 (patch) | |
| tree | bc057e37b01d216db49bf2339acb3cc4770e6de3 /thallium-frontend/src | |
| parent | Fix footer centering (diff) | |
Actually fix footer alignment
Diffstat (limited to 'thallium-frontend/src')
| -rw-r--r-- | thallium-frontend/src/App.tsx | 1 |
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([ |