Created
September 12, 2018 17:38
-
-
Save gate5th/f0dd3e6fac5bdb9b7d130296aee4cb85 to your computer and use it in GitHub Desktop.
oldschoolshuffle
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
/* 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