Skip to content

Commit 004d4fc

Browse files
committed
Fix H2 style
1 parent 7426923 commit 004d4fc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.vitepress/theme/style.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
.VPFeature {
8484
background: var(--vp-c-bg-soft);
8585
border: 1px solid var(--vp-c-divider);
86-
border-radius: надо уменьшить контен12px;
86+
border-radius: 12px;
8787
transition: all 0.3s ease;
8888
height: 100%;
8989
}
@@ -105,14 +105,6 @@
105105
opacity: 0.9;
106106
}
107107

108-
/* Content sections on home page */
109-
.vp-doc h2 {
110-
font-size: 36px !important;
111-
font-weight: 700 !important;
112-
margin-top: 64px !important;
113-
margin-bottom: 24px !important;
114-
}
115-
116108
.vp-doc .vp-code-group,
117109
.vp-doc div[class*="language-"] {
118110
margin: 24px 0 !important;

0 commit comments

Comments
 (0)