mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
15 lines
223 B
SCSS
15 lines
223 B
SCSS
|
@media (max-width: $tablet-large) {
|
||
|
.table-responsive {
|
||
|
@include trailer;
|
||
|
width: 100%;
|
||
|
overflow: {
|
||
|
x: auto;
|
||
|
y: hidden;
|
||
|
}
|
||
|
|
||
|
table { margin-bottom: 0; }
|
||
|
|
||
|
td { white-space: nowrap; }
|
||
|
}
|
||
|
}
|