There was an error while loading. Please reload this page.
1 parent a8202c2 commit 45cb9d3Copy full SHA for 45cb9d3
website/src/components/shared/Html.re
@@ -57,7 +57,7 @@ let styles =
57
~color="#515355",
58
(),
59
),
60
- "pre": viewStyle(),
+ "pre": viewStyle(~marginTop=0.->dp, ~marginBottom=20.->dp, ()),
61
"codeBlock": viewStyle(), // ~backgroundColor=lightGrey,
62
// ~boxShadow=0 0 0 2px lightGrey;
63
// ~borderRadius=2.;
@@ -71,10 +71,10 @@ let styles =
71
72
"hr":
73
viewStyle(
74
- ~marginBottom=29.->dp,
75
- ~marginHorizontal=29.->dp,
76
- ~height=3.->dp,
77
- ~backgroundColor="#ddd",
+ ~marginVertical=40.->dp,
+ ~marginHorizontal=20.->dp,
+ ~height=4.->dp,
+ ~backgroundColor="#eee",
78
79
80
})
0 commit comments