Commit 4c0d1876 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] centering folders at home (just for tests)

parent fa65b7cb
......@@ -145,7 +145,8 @@ tutorialCpt = here.component "tutorial" cpt where
let nodeId = treeId
pure $ H.div { className: "mx-auto container" }
[ FV.folderViewLoad {session, nodeId}
[ H.div {className: "d-flex justify-content-center"}
[FV.folderViewLoad {session, nodeId}]
, H.h1 {} [H.text "Welcome!"]
, H.h2 {} [H.text "For easy start, just watch the tutorials"]
, summary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment