Skip to content

Instantly share code, notes, and snippets.

@lyraddigital
Created August 20, 2019 04:10
Show Gist options
  • Save lyraddigital/4a0197e9a32f143798205b5ddbf3c284 to your computer and use it in GitHub Desktop.
Save lyraddigital/4a0197e9a32f143798205b5ddbf3c284 to your computer and use it in GitHub Desktop.
Show all tiles again in two column layout
@media (min-width: 910px) {
#profile-tile {
display: block;
}
#trending-tile {
display: block;
}
#notice-tile {
display: block;
}
#follow-tile {
display: block;
}
#links-tile {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment