From 1ba9d7113ba6548416ea70d4a977e71d27bfe8fb Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 8 Mar 2018 15:57:05 -0500 Subject: changes --- main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.css') diff --git a/main.css b/main.css index cdecbdc..f556add 100644 --- a/main.css +++ b/main.css @@ -5,7 +5,7 @@ td { td.first { border-right: 2px solid #000; - padding-right: 5px; + padding-right: 3px; } td:not(.first) { @@ -19,6 +19,9 @@ td:not(.first) { .split-40 .column:first-of-type {width: 65%} .split-40 .column:last-of-type {width: 35%} +.split-50 .column:first-of-type {width: 50%} +.split-50 .column:last-of-type {width: 50%} + .remark-slide-number { opacity: 0.0; } -- cgit v1.2.3-54-g00ecf