From 599fd2434c429fddf923dad824f9da560eb1523c Mon Sep 17 00:00:00 2001 From: Joyce Chen Date: Sat, 24 Jun 2017 02:05:43 -0400 Subject: [PATCH] Changed table width --- assets/css/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index 7853aa2..89f1fb6 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -14,6 +14,7 @@ header { } table { + width: auto; tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, .05); border-color: #fff;