Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MomokoSanchez/e08731b415c19a4f91adb8b6dda5dd8a to your computer and use it in GitHub Desktop.
Save MomokoSanchez/e08731b415c19a4f91adb8b6dda5dd8a to your computer and use it in GitHub Desktop.
Fraser Hill Farm | CSS for main page category section
@media screen and (max-width: 767px) {
.h-pre-assembled .container {
height : 100%;
background : rgba(72, 45, 29, 0.55);
align-items : center;
}
.h-pre-assembled .button {
border : 2px solid rgb(173, 128, 102);
color : rgb(173, 128, 102);
background : white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment