1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 18:13:32 +02:00

Merge branch 'develop' into autoupdate-version

This commit is contained in:
Trezy
2018-12-16 22:55:42 -06:00
18 changed files with 1007 additions and 467 deletions

View File

@@ -1,3 +1,8 @@
.nes-table-responsive {
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.nes-table {
table-layout: fixed;
background-color: $background-color;