mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 03:42:26 +02:00
6 lines
No EOL
139 B
Sass
6 lines
No EOL
139 B
Sass
// Tables on mobile and tablets
|
|
@media screen and (max-width: $max-tablet)
|
|
table
|
|
display: block
|
|
overflow-x: auto
|
|
white-space: nowrap |