1
0
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:
Wako
2018-12-10 23:40:43 -06:00
parent 8acab18bfd
commit 02cd4844ca
2 changed files with 38 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
.nes-table-responsive {
@media (max-width: 768px) {
overflow-x: scroll;
}
}
.nes-table {
table-layout: fixed;
background-color: $background-color;