Skip to content

Commit a1221a0

Browse files
committed
Add some padding to example page
1 parent 1356fb1 commit a1221a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/examples.elm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main =
1010
Skeleton.skeleton
1111
"examples"
1212
[ Center.markdown "600px" content
13-
, div [ Center.style "600px" ]
13+
, div [ Center.style "600px" , style ["padding" => "0 0.5em"]]
1414
[ view "HTML" html
1515
, view "Functional Stuff" core
1616
, view "Effects" effects
@@ -135,4 +135,3 @@ effects =
135135
, "mouse drags" ==> "drag"
136136
]
137137
]
138-

0 commit comments

Comments
 (0)