From 2132a3a242bf809c99e2050e6a493454aa0adb81 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Fri, 18 May 2018 17:30:15 +0200 Subject: [PATCH] fix(menu): correct padding --- website/client/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/app.vue b/website/client/app.vue index f77818a410..3e4de32e55 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -125,7 +125,7 @@ div } #app-header { - margin-top: 96px !important; + margin-top: 40px !important; } }