summaryrefslogtreecommitdiffstats
path: root/ui/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/index.tsx')
-rw-r--r--ui/src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 7f837355..e101be4e 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -39,7 +39,7 @@ class Index extends Component<any, any> {
<Provider i18next={i18n}>
<BrowserRouter>
<Navbar />
- <div class="mt-3 p-0">
+ <div class="mt-4 p-0">
<Switch>
<Route path={`/home/type/:type/sort/:sort/page/:page`} component={Main} />
<Route exact path={`/`} component={Main} />