mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
10 lines
194 B
Sass
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
|