Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 18, 2020 07:10
Show Gist options
  • Save ibndawood/8f7d5837e4a3273c508ca4d7ad0a2701 to your computer and use it in GitHub Desktop.
Save ibndawood/8f7d5837e4a3273c508ca4d7ad0a2701 to your computer and use it in GitHub Desktop.
Vodi - Display Video attributes as list
.video__attributes {
display: block;
margin-top: -9px;
}
.video__attributes tbody {
display: flex;
margin-left: -0.75rem;
}
.video__attributes th {
display: none;
}
.video__attributes td {
border-top: none;
padding: 0 0.75rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment