la-chariotte/la_chariotte/static/sass/base/_table.sass
2023-07-07 08:25:42 +00: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