Commit cd608779 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX DESIGN]

parent 1cafb4eb
...@@ -84,7 +84,7 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt ...@@ -84,7 +84,7 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt
} }
] ]
, H.div {className:"center"} , H.div {className:"col-12 d-flex justify-content-center"}
[ H.h1 {} [ -- H.span {className: "fa fa-star-o"} [] [ H.h1 {} [ -- H.span {className: "fa fa-star-o"} []
H.text "" H.text ""
] ]
...@@ -281,7 +281,7 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt ...@@ -281,7 +281,7 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt
--} --}
video fileDuration = H.div {className:"center"} video fileDuration = H.div {className:"col-12 d-flex justify-content-center"}
[ H.video { src: "http://dl.gargantext.org/" <> fileDuration [ H.video { src: "http://dl.gargantext.org/" <> fileDuration
, title: "tutorial video here" , title: "tutorial video here"
, id: "source_" <> fileDuration , id: "source_" <> fileDuration
...@@ -292,7 +292,7 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt ...@@ -292,7 +292,7 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt
} [H.text "Sorry your browser is not compatible: use Firefox or Chromium instead."] } [H.text "Sorry your browser is not compatible: use Firefox or Chromium instead."]
] ]
joinButton = H.div { className:"flex-space-around center" joinButton = H.div { className:"flex-space-around d-flex justify-content-center"
, paddingTop: "100px" , paddingTop: "100px"
, paddingBottom: "100px" , paddingBottom: "100px"
} }
......
...@@ -156,7 +156,7 @@ ngramsViewCpt = R.hooksComponentWithModule thisModule "ngramsView" cpt ...@@ -156,7 +156,7 @@ ngramsViewCpt = R.hooksComponentWithModule thisModule "ngramsView" cpt
charts params CTabTerms (chartType /\ setChartType) _ = [ charts params CTabTerms (chartType /\ setChartType) _ = [
H.div {className: "row"} H.div {className: "row"}
[ H.div {className: "col-6 ml-auto mr-auto"} [ H.div {className: "col-12 d-flex justify-content-center"}
[ H.img { src: "images/Gargantextuel-212x300.jpg" [ H.img { src: "images/Gargantextuel-212x300.jpg"
, id: "funnyimg" , id: "funnyimg"
} }
......
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