mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-29 13:34:42 +03:00
Update Examples.elm
This commit is contained in:
parent
f1a9da54b3
commit
55ca535ba7
@ -83,7 +83,7 @@ view { params } =
|
|||||||
|
|
||||||
viewExample : Example -> Html msg
|
viewExample : Example -> Html msg
|
||||||
viewExample example =
|
viewExample example =
|
||||||
section [ class "row spacing-medium" ]
|
section [ class "row spacing-medium wrap" ]
|
||||||
[ a [ href example.demoUrl, target "_blank", class "hoverable" ]
|
[ a [ href example.demoUrl, target "_blank", class "hoverable" ]
|
||||||
[ img [ src example.image, alt example.name, style "width" "360px" ] []
|
[ img [ src example.image, alt example.name, style "width" "360px" ] []
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user