summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index e58a791..0a787f2 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -32,6 +32,11 @@ img {
mix-blend-mode: multiply;
}
+table {
+ border: none;
+ width: 100%;
+}
+
#navlist > .active > a {
color: #000;
font-weight: 600;
@@ -157,3 +162,4 @@ and (min-device-width : 768px) {
margin-right:0;
}
}
+