Tweak divider example (#1505)

This commit is contained in:
Paulus Schoutsen 2018-07-23 14:46:57 +02:00 committed by c727
parent 22ed241286
commit d30bf6d566
2 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -124,8 +124,9 @@ const CONFIGS = [
- type: divider
- type: divider
style:
height: 16px
background: center / contain url("https://d33wubrfki0l68.cloudfront.net/075995fe17a5351e2699b2dd878652ec4f1d8654/8bfdd/demo/favicon-192x192.png")
height: 30px
margin: 4px 0
background: center / contain url("images/divider.png") no-repeat
`
},
];