diff options
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([ |