Skip to content

Commit 8f6563c

Browse files
committed
style: change style
1 parent bf3f14c commit 8f6563c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vitepress/theme/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,19 @@
113113
@media (min-width: 640px) {
114114
:root {
115115
--vp-home-hero-image-filter: blur(56px);
116+
116117
}
117118
}
118119

120+
@media (min-width: 960px) {
121+
.VPHero {
122+
margin: 100px 0 !important;
123+
}
124+
}
125+
.VPImage {
126+
border-radius: 12px;
127+
}
128+
119129
@media (min-width: 960px) {
120130
:root {
121131
--vp-home-hero-image-filter: blur(68px);

0 commit comments

Comments
 (0)