Skip to content

Instantly share code, notes, and snippets.

@gate5th
Created September 12, 2018 17:38
Show Gist options
  • Save gate5th/f0dd3e6fac5bdb9b7d130296aee4cb85 to your computer and use it in GitHub Desktop.
Save gate5th/f0dd3e6fac5bdb9b7d130296aee4cb85 to your computer and use it in GitHub Desktop.
oldschoolshuffle
/* FeaturedPost.css */
.FeaturedPost {
height: 100%;
display: flex; /* Flex is more flexible than CSS Grid and better for smaller components */
align-items: flex-start;
}
.content {
padding: 10px;
}
.playArtist {
margin-bottom: 20px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment