Update Examples.elm

This commit is contained in:
Ryan Haskell-Glatz 2020-08-02 17:27:53 -05:00 committed by GitHub
parent f1a9da54b3
commit 55ca535ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ] []
]