星月的GitLab
欢迎来到星月的个人Git站点。
这里托管了自己的一些私人项目。
/* 强制修改 logo 容器和图片的尺寸 */ .brand-logo-container img { width: 256px !important; /* 在这里修改你想要的尺寸 */ height: auto !important; max-width: none !important; max-height: none !important; } /* 如果容器也有限制,一并解除 */ .brand-logo-container { width: auto !important; height: auto !important; margin-bottom: 20px; /* 增加间距防止拥挤 */ }