diff options
-rw-r--r-- | thallium-frontend/src/App.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thallium-frontend/src/App.tsx b/thallium-frontend/src/App.tsx index f5512af..0aee720 100644 --- a/thallium-frontend/src/App.tsx +++ b/thallium-frontend/src/App.tsx @@ -51,6 +51,8 @@ const AppContainer = styled.div` display: flex; flex-direction: column; margin: 0 auto; + margin-left: 10px; + margin-right: 10px; height: 100%; `; |