Skip to content

Commit 9c7742a

Browse files
authored
chore: add a small amount of padding to PL's default wrapper
1 parent f7659e6 commit 9c7742a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/uikit-workshop/src/sass/pattern-lab.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
.pl-c-main {
116116
overflow: hidden;
117117
max-width: 100vw;
118+
padding-left: .5rem;
119+
padding-right: .5rem;
118120
}
119121

120122
/*------------------------------------*\

0 commit comments

Comments
 (0)