From 9faa532577beb5fbb5436fbffc0cd98a1f1965b4 Mon Sep 17 00:00:00 2001 From: sqozz Date: Fri, 29 Dec 2017 03:33:54 +0100 Subject: [PATCH] Change result table --- static/css/result.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/result.css b/static/css/result.css index 8cb4b41..4490a29 100644 --- a/static/css/result.css +++ b/static/css/result.css @@ -2,3 +2,10 @@ table, th, td { width: 100%; border: 1px solid white; } + +td, th { + padding-left: 5px; + padding-right: 5px; + padding-top: 2px; + padding-bottom: 2px; +}