Skip to content

Instantly share code, notes, and snippets.

@giovanicascaes
Created November 20, 2020 10:58
Show Gist options
  • Save giovanicascaes/38f5a8d161656618b291a954ada3a262 to your computer and use it in GitHub Desktop.
Save giovanicascaes/38f5a8d161656618b291a954ada3a262 to your computer and use it in GitHub Desktop.
.SM > .panel .item-container {
flex-direction: column;
align-items: center;
}
.MD > .panel .item-container {
flex-direction: row;
align-items: flex-start;
border-bottom-width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment