Skip to content

Commit 5907afc

Browse files
committed
style: add border to images
1 parent e9cf146 commit 5907afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Org/Projects.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ viewNewOrEditProject conf isNew model =
11801180
]
11811181
, if isNew then
11821182
div [ class "column is-half" ]
1183-
[ figure [ class "image is-fullwidth" ]
1183+
[ figure [ class "image is-fullwidth has-border-light is-rounded" ]
11841184
[ case conf.theme of
11851185
DarkTheme ->
11861186
--img [ src "https://api.fractale.co/assets/screenshots/f6-project-base-template-dark.png" ] []

0 commit comments

Comments
 (0)