From 7c68757f672691d29c749fcbf3a95b22baffcede Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 4 Oct 2020 14:46:33 +0200 Subject: finished. polishing --- style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'style.css') 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; } -- cgit v1.2.3