Skip to content

Commit 416eb38

Browse files
committed
docs: make padding look better
1 parent e3dd9bd commit 416eb38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demo/App.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ body {
156156
background-color: #222;
157157
color: #eee;
158158
padding: 8px 12px;
159+
box-sizing: border-box;
159160
}
160161
.separate {
161162
display: flex;
@@ -168,7 +169,7 @@ body {
168169
padding: 30px;
169170
background-color: #fff;
170171
text-align: center;
171-
border-radius: 0 10px 10px 0;
172+
border-radius: 10px 10px 0 0;
172173
}
173174
174175
.description {
@@ -204,6 +205,9 @@ body {
204205
transform: rotate(80deg) translate(10px, 10px);
205206
display: inline-block;
206207
}
208+
.separate {
209+
width: 90vw;
210+
}
207211
}
208212
209213
.button-bar {

0 commit comments

Comments
 (0)