We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7426923 commit 004d4fcCopy full SHA for 004d4fc
1 file changed
.vitepress/theme/style.css
@@ -83,7 +83,7 @@
83
.VPFeature {
84
background: var(--vp-c-bg-soft);
85
border: 1px solid var(--vp-c-divider);
86
- border-radius: надо уменьшить контен12px;
+ border-radius: 12px;
87
transition: all 0.3s ease;
88
height: 100%;
89
}
@@ -105,14 +105,6 @@
105
opacity: 0.9;
106
107
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
-
116
.vp-doc .vp-code-group,
117
.vp-doc div[class*="language-"] {
118
margin: 24px 0 !important;
0 commit comments