Created
September 12, 2018 18:32
-
-
Save gate5th/647a71a971a4b03112a7bf1a1dd6607c to your computer and use it in GitHub Desktop.
oldscshoolshuffle
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
/* SpotifyContainer.css */ | |
.SpotifyContainer { | |
height: 100%; | |
max-width:800px; | |
width:100%; | |
display: flex; | |
flex-direction: column; | |
align-self: flex-end; | |
justify-content: stretch; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment