File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ onMounted(async () => {
23
23
user interfaces.
24
24
</p >
25
25
<p class =" actions" >
26
- <vue-mastery-modal />
26
+ <VueMasteryModal />
27
27
<a class =" get-started" href =" /guide/introduction.html" >
28
28
Get Started
29
29
<svg
@@ -279,7 +279,7 @@ html:not(.dark) .accent,
279
279
280
280
@media (max-width : 576px ) {
281
281
#hero {
282
- padding : 64 px 32px ;
282
+ padding : 56 px 32px ;
283
283
}
284
284
.description {
285
285
font-size : 16px ;
@@ -302,7 +302,7 @@ html:not(.dark) .accent,
302
302
padding : 20px 36px ;
303
303
}
304
304
.actions a {
305
- margin : 0.5 em 0 ;
305
+ margin : 18 px 0 ;
306
306
}
307
307
}
308
308
Original file line number Diff line number Diff line change @@ -185,9 +185,11 @@ watch(
185
185
font-weight : 600 ;
186
186
}
187
187
188
- @media (max-width : 360 px ) {
188
+ @media (max-width : 576 px ) {
189
189
#vuemastery-action {
190
- margin-right : 0 ;
190
+ display : block ;
191
+ margin : 0px auto ;
192
+ width : 150px ;
191
193
}
192
194
}
193
195
</style >
You can’t perform that action at this time.
0 commit comments