This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
nginx-ui
mirror of
https://github.com/0xJacky/nginx-ui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix(dcos): margin-left of the top logo
0xJacky
2 years ago
parent
e793d9d882
commit
d9f78318f1
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
docs/.vitepress/theme/styles/custom.less
+ 1
- 1
docs/.vitepress/theme/styles/custom.less
View File
@@ -131,6 +131,6 @@ img {
margin: 10px auto;
margin: 10px auto;
}
}
-.VPImage
.logo {
+.VPImage.logo {
margin-left: 0;
margin-left: 0;
}
}