Skip to content

Commit ba7da05

Browse files
authored
Update example.html
1 parent 1397fa5 commit ba7da05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h1>🛸 Scoped style using .me</h1>
106106
<div>
107107
<style>
108108
.me { --color: hsl(264 80% 50%); font-family: sans-serif; margin: 20px }
109-
.me div { margin: 20px }
109+
.me div { margin: 0 20px }
110110
.me div div ul { display: inline }
111111
.me div ul li { display: inline-block; width: 140px; text-align: center; background: #444; border-radius: 5px; padding: 10px; margin: 10px 10px }
112112
</style>

0 commit comments

Comments
 (0)