Skip to content

Instantly share code, notes, and snippets.

@omirobarcelo
Created April 17, 2021 10:55
Show Gist options
  • Save omirobarcelo/c694f184ddc8eb7fa88c4aec2bedcadb to your computer and use it in GitHub Desktop.
Save omirobarcelo/c694f184ddc8eb7fa88c4aec2bedcadb to your computer and use it in GitHub Desktop.
WebHero - 6 - Contact responsive styling
.contact-container {
@apply px-2 py-2 flex flex-col items-center;
}
@screen sm {
.contact-container {
@apply px-4 py-6;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment