Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ciccarone/3f128ecfa8c8b40e2b58b07596d94c67 to your computer and use it in GitHub Desktop.
Save ciccarone/3f128ecfa8c8b40e2b58b07596d94c67 to your computer and use it in GitHub Desktop.
nick
.logo-items {
display: grid;
text-align: center;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
}
display: grid;
text-align: center;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
text-align: center;
width: 100%;
grid-gap: 25px;
@media (max-width: 768px) {
.logo-items {
grid-template-columns: 1fr !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment