We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b26ba commit 5fface7Copy full SHA for 5fface7
1 file changed
docs/.vitepress/theme/style.css
@@ -6,16 +6,9 @@
6
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
7
}
8
9
-@media (max-width: 768px) {
10
- .VPHero .image-container {
11
- display: none;
12
- }
13
- .VPHero .container {
14
- flex-direction: column;
15
16
- .VPHero .main {
17
- max-width: 100%;
18
- text-align: center;
+@media (max-width: 959px) {
+ .VPHero.has-image .image {
+ display: none !important;
19
20
21
0 commit comments