Browse Source

fix(dcos): margin-left of the top logo

0xJacky 2 years ago
parent
commit
d9f78318f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/.vitepress/theme/styles/custom.less

+ 1 - 1
docs/.vitepress/theme/styles/custom.less

@@ -131,6 +131,6 @@ img {
     margin: 10px auto;
     margin: 10px auto;
 }
 }
 
 
-.VPImage .logo {
+.VPImage.logo {
     margin-left: 0;
     margin-left: 0;
 }
 }