File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11---
22layout : home
3-
3+ markdownStyles : false
44title : Convert media links to optimized HTML
55titleTemplate : imgit • :title
66
2020 alt : imgit
2121---
2222
23- <div class =" VPFeatures VPHomeFeatures " >
23+ <div class =" features " >
2424 <div class="container">
2525 <div class="items" style="margin: -8px">
2626 <div class="items">
@@ -201,9 +201,9 @@ hero:
201201
202202<style scoped >
203203/* A hack copying home page specific styles, as they're applied with guid attr. */
204- .VPFeatures { position : relative ; padding : 0 24px ; }
205- @media (min-width : 640px ) { .VPFeatures { padding : 0 48px ; } }
206- @media (min-width : 960px ) { .VPFeatures { padding : 0 64px ; } }
204+ .features { position : relative ; padding : 0 24px ; }
205+ @media (min-width : 640px ) { .features { padding : 0 48px ; } }
206+ @media (min-width : 960px ) { .features { padding : 0 64px ; } }
207207.container { margin : 0 auto ; max-width : 1152px ; }
208208.items { display : flex ; flex-wrap : wrap ; }
209209.item { padding : 8px ; width : 100% ; }
Original file line number Diff line number Diff line change 88 },
99 "devDependencies" : {
1010 "typescript" : " ^5.3.3" ,
11- "vitepress" : " ^1.0.0-rc.42 " ,
11+ "vitepress" : " ^1.0.0-rc.44 " ,
1212 "typedoc-vitepress-theme" : " ^1.0.0-next.9" ,
1313 "imgit" : " ^0.2.1"
1414 }
You can’t perform that action at this time.
0 commit comments