Skip to content
Snippets Groups Projects
Commit e76b6d70 authored by Georg Krause's avatar Georg Krause Committed by Georg Krause
Browse files

fix(logos): Make logos columns responsive

Part-of: <!92>
parent a08bfc30
No related branches found
No related tags found
1 merge request!92Logos page
Pipeline #32911 passed
...@@ -39,8 +39,34 @@ ...@@ -39,8 +39,34 @@
justify-content: space-between; justify-content: space-between;
gap: 100px; gap: 100px;
align-items: center; 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, .dos li,
.donts li { .donts li {
display: block !important; display: block !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment