Skip to content

Instantly share code, notes, and snippets.

@devgaucho
Created April 8, 2024 19:25
Show Gist options
  • Save devgaucho/93871b845e68cf667ab7326edae7022c to your computer and use it in GitHub Desktop.
Save devgaucho/93871b845e68cf667ab7326edae7022c to your computer and use it in GitHub Desktop.
TableMore
.container{
margin:0 auto;
width:800px;
}
td{
vertical-align: top;
}
@media all and (max-width: 799px) {
.container td {
display:inline-block;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment