Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created December 15, 2022 19:11
Show Gist options
  • Save codigoconjuan/e2421d45dcc9e26e3604c1c7ddca3b55 to your computer and use it in GitHub Desktop.
Save codigoconjuan/e2421d45dcc9e26e3604c1c7ddca3b55 to your computer and use it in GitHub Desktop.
CSS Nosotros Astro
.contenido {
display: grid;
gap: 4rem;
}
@media (min-width: 768px) {
.contenido {
grid-template-columns: repeat(2, 1fr);
align-items: center;
}
}
@Nico235711
Copy link

gracias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment