Преглед изворни кода

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

0xJacky пре 2 година
родитељ
комит
d9f78318f1
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 }
 
-.VPImage .logo {
+.VPImage.logo {
     margin-left: 0;
 }