diff --git a/theme/templates/logos.html.j2 b/theme/templates/logos.html.j2 index 269b4cb13d217bb5caded2ae538662b3a5bed003..0e58fbc707f5716f22a4d0dce0c175b0cbb16611 100644 --- a/theme/templates/logos.html.j2 +++ b/theme/templates/logos.html.j2 @@ -39,8 +39,34 @@ justify-content: space-between; gap: 100px; align-items: center; + flex-wrap: wrap; } + section.logos-and-naming .logo-content>p { + max-width: 30%; + } + + @media screen and (max-width: 960px) { + section.logos-and-naming .logo { + padding: 0; + } + + section.logos-and-naming .logo-content { + text-align: center; + gap: 20px; + } + + section.logos-and-naming .logo-content>img { + margin: auto; + } + + section.logos-and-naming .logo-content>p { + max-width: 100%; + width: 100%; + } + } + + .dos li, .donts li { display: block !important;