From 03fd98727923e69cfc30a0af129edbe790050723 Mon Sep 17 00:00:00 2001 From: Travis Bot Date: Mon, 30 Apr 2018 19:43:10 +0000 Subject: [PATCH] Deploy GitHub Pages --- extra.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/extra.css b/extra.css index 32e38b131..713e0f65a 100644 --- a/extra.css +++ b/extra.css @@ -1,3 +1,10 @@ -td:nth-child(1){ - white-space: nowrap; -} \ No newline at end of file +.md-typeset__table { + min-width: 100%; +} + +@media only screen and (min-width: 768px) +{ + td:nth-child(1){ + white-space: nowrap; + } +}