Fix the spacing between the Continut button and the scrolled content

This commit is contained in:
Tessa Kelly 2019-10-10 16:27:52 -07:00
parent fec7bf64c6
commit aa04f1c4cc

View File

@ -296,9 +296,7 @@ view theme config attributes model =
{-| -} {-| -}
viewContent : List (Html msg) -> Bool -> Html msg viewContent : List (Html msg) -> Bool -> Html msg
viewContent children visibleTitle = viewContent children visibleTitle =
div div []
[ css [ Css.paddingBottom (Css.px 20) ]
]
[ viewContent_ [ viewContent_
(Css.px (Css.px
(180 (180
@ -401,6 +399,7 @@ viewFooter =
, Css.margin4 (Css.px 20) Css.zero Css.zero Css.zero , Css.margin4 (Css.px 20) Css.zero Css.zero Css.zero
, Css.paddingBottom (Css.px 40) , Css.paddingBottom (Css.px 40)
, Css.width (Css.pct 100) , Css.width (Css.pct 100)
, Css.backgroundColor Colors.glacier
] ]
[] []