Skip to content

Commit 5d82520

Browse files
authored
chore: don't use lumo property for padding on dev page (#9935)
1 parent f3df101 commit 5d82520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147

148148
:where(body) {
149-
margin: var(--lumo-space-l);
149+
margin: 2rem;
150150
}
151151

152152
.playground:not(.resize-width),

0 commit comments

Comments
 (0)