summaryrefslogtreecommitdiffstats
path: root/ui/src/index.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-19 19:37:32 -0700
committerDessalines <tyhou13@gmx.com>2019-08-19 19:37:32 -0700
commit297755e7578356607616f58c49087298c38d561d (patch)
tree2e399214c31f2a7b8c646c26cf2369502b495854 /ui/src/index.tsx
parentee9d0532514bab6cd392dce7ea59ab4f14b132d8 (diff)
Adding cards for sidebars in UI.
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 41381513..7f837355 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-1 p-0">
+ <div class="mt-3 p-0">
<Switch>
<Route path={`/home/type/:type/sort/:sort/page/:page`} component={Main} />
<Route exact path={`/`} component={Main} />