aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Main.elm
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/Main.elm')
-rw-r--r--frontend/src/Main.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm
index ea80921..c1489bf 100644
--- a/frontend/src/Main.elm
+++ b/frontend/src/Main.elm
@@ -403,6 +403,7 @@ viewHeader model =
403 [ css 403 [ css
404 [ listStyle Css.none 404 [ listStyle Css.none
405 , padding (px 0) 405 , padding (px 0)
406 , margin (px 24)
406 ] 407 ]
407 ] 408 ]
408 ] 409 ]