mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
feat(tables): it replicates the responsive tables from bootstrap
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
.nes-table-responsive {
|
||||
@media (max-width: 768px) {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
.nes-table {
|
||||
table-layout: fixed;
|
||||
background-color: $background-color;
|
||||
|
Reference in New Issue
Block a user