diff --git a/public/themes/dist_static/static/css/about.css b/public/themes/dist_static/static/css/about.css index 50c18a0..72213f9 100644 --- a/public/themes/dist_static/static/css/about.css +++ b/public/themes/dist_static/static/css/about.css @@ -326,7 +326,7 @@ font-family: "MiSans VF", "PingFang SC", sans-serif; font-size: var(--font-20); font-weight: 400; - line-height: var(--font-27); + line-height: var(--font-32); } .ab-global { @@ -499,14 +499,21 @@ min-width: 12.5rem; } .ab-members__logos { - display: grid; - grid-template-columns: repeat(5, minmax(0, 1fr)); + display: flex; + flex-wrap: nowrap; + align-items: center; gap: 1rem; + overflow-x: auto; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + overscroll-behavior-x: contain; + scrollbar-width: thin; } .ab-members__logo { display: flex; align-items: center; justify-content: center; + flex: 0 0 auto; width: 10rem; height: 6.25rem; padding: 0; @@ -764,9 +771,6 @@ .ab-history__slide { width: 300Px; } - .ab-members__logos { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } .ab-culture__item { flex-direction: column; gap: 16Px; @@ -801,9 +805,6 @@ padding: 24Px; min-height: 0; } - .ab-members__logos { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } .ab-members__name { font-size: 24Px; line-height: 32Px;