aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/style.css b/style.css
index 8d68726..ed88e24 100644
--- a/style.css
+++ b/style.css
@@ -74,7 +74,7 @@ a {
/* TABEL STYLING */
table {
- margin: 1rem 0;
+ margin: 0;
border-collapse: collapse;
width: 100%;
}
@@ -93,6 +93,24 @@ td, th {
white-space: nowrap;
}
+.tablediv {
+ overflow-x: scroll;
+ height: 70vh;
+}
+
+/*div.tablediv {*/
+ /*overflow:scroll;*/
+ /*height: 80vh;*/
+ /*width: 100%;*/
+ /*display: block;*/
+/*}*/
+
+/*tbody {*/
+ /*overflow:scroll;*/
+ /*height: 80vh;*/
+ /*width: 80vw;*/
+/*}*/
+
.center {
text-align: center;
}