We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dd9bd commit 416eb38Copy full SHA for 416eb38
demo/App.vue
@@ -156,6 +156,7 @@ body {
156
background-color: #222;
157
color: #eee;
158
padding: 8px 12px;
159
+ box-sizing: border-box;
160
}
161
.separate {
162
display: flex;
@@ -168,7 +169,7 @@ body {
168
169
padding: 30px;
170
background-color: #fff;
171
text-align: center;
- border-radius: 0 10px 10px 0;
172
+ border-radius: 10px 10px 0 0;
173
174
175
.description {
@@ -204,6 +205,9 @@ body {
204
205
transform: rotate(80deg) translate(10px, 10px);
206
display: inline-block;
207
208
+ .separate {
209
+ width: 90vw;
210
+ }
211
212
213
.button-bar {
0 commit comments