Skip to content

Instantly share code, notes, and snippets.

@antonjb
Created January 9, 2019 13:21
Show Gist options
  • Save antonjb/593bfd97d46b4912394c5743857fbddd to your computer and use it in GitHub Desktop.
Save antonjb/593bfd97d46b4912394c5743857fbddd to your computer and use it in GitHub Desktop.
.alphabetical {
align-items: stretch;
background-color: orange;
display: flex;
flex-grow: 1;
flex-wrap: wrap;
font-size: 0.875rem;
height: 60vh;
overflow-wrap: break-word;
padding: 1rem;
position: relative;
top: 10px;
width: 100%;
word-break: break-word;
word-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment