Skip to content

Commit 46f5765

Browse files
committed
update deps
1 parent 18ca267 commit 46f5765

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: home
3-
3+
markdownStyles: false
44
title: Convert media links to optimized HTML
55
titleTemplate: imgit • :title
66

@@ -20,7 +20,7 @@ hero:
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%; }

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
}

0 commit comments

Comments
 (0)