mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 11:31:58 +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 =
|
||||
section [ class "row spacing-medium" ]
|
||||
section [ class "row spacing-medium wrap" ]
|
||||
[ a [ href example.demoUrl, target "_blank", class "hoverable" ]
|
||||
[ img [ src example.image, alt example.name, style "width" "360px" ] []
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user