Add a gap between the search bar and the cards
This commit is contained in:
parent
d348245090
commit
be7c3eb749
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue