Add a gap between the search bar and the cards

This commit is contained in:
Correl Roush 2021-07-15 21:28:23 -04:00
parent d348245090
commit be7c3eb749

View file

@ -339,7 +339,7 @@ view model =
{ title = "Tutor"
, body =
[ E.layout [ Background.color colors.background ] <|
E.column [ E.width E.fill ]
E.column [ E.width E.fill, E.spacing 20 ]
[ E.row [ E.spacing 10 ]
[ Input.text
[ onEnter Search