Created
December 15, 2022 19:11
-
-
Save codigoconjuan/e2421d45dcc9e26e3604c1c7ddca3b55 to your computer and use it in GitHub Desktop.
CSS Nosotros Astro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.contenido { | |
display: grid; | |
gap: 4rem; | |
} | |
@media (min-width: 768px) { | |
.contenido { | |
grid-template-columns: repeat(2, 1fr); | |
align-items: center; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gracias