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

This commit is contained in:
0xJacky 2023-05-21 13:28:25 +08:00
parent e793d9d882
commit d9f78318f1
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

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