Skip to content

Instantly share code, notes, and snippets.

@gate5th
Created September 12, 2018 18:32
oldscshoolshuffle
/* 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