la-chariotte/la_chariotte/static/sass/base/_table.sass
2023-07-07 15:05:26 +02:00

10 lines
194 B
Sass

// Tables on mobile and tablets
@media screen and (max-width: $max-tablet)
table
display: block
overflow-x: auto
white-space: nowrap
// Table with cards
.card-footer-item
display: grid