aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Main.elm
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-26 17:23:44 +0000
committerAkshay <[email protected]>2020-12-26 17:23:44 +0000
commit546c3360c0d854d5c91430944e0f059a5001e986 (patch)
treea21230e564d09e8319503911ade8c9ac69c76fca /frontend/src/Main.elm
parent2da02aac8a05ad82fdd6876c9ff6c0586efba10d (diff)
add styles to catalog and product
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 ]