aboutsummaryrefslogtreecommitdiff
path: root/assets/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/site.css')
-rw-r--r--assets/site.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/site.css b/assets/site.css
index 72730b2..9f46ab1 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -145,9 +145,9 @@ table td {
145 nav { 145 nav {
146 text-align: center 146 text-align: center
147 } 147 }
148 table { 148 .responsive-table {
149 width: 100%; 149 width: 100%;
150 overflow: auto; 150 overflow: scroll;
151 } 151 }
152} 152}
153 153