Browse Source

fix(css): 调整en下底部间距

master
peijunlei 2 weeks ago
parent
commit
03099920fd
  1. 6
      public/themes/dist_static/static/css/common.css

6
public/themes/dist_static/static/css/common.css

@ -1877,7 +1877,11 @@ html[lang="en"] .nav-mega__cols--solution {
gap: 1.5rem;
}.site-footer__col {
min-width: 0;
}.site-footer__colTitle {
}
html[lang="en"] .site-footer__col {
flex: 1;
}
.site-footer__colTitle {
margin-bottom: 1.25rem;
color: var(--color-text);
font-family: "MiSans VF", sans-serif;

Loading…
Cancel
Save