From 991df2104cf0c7791fc97220bbc0ed4d5ae5c00f Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 17 Jul 2023 11:26:11 -0400 Subject: [PATCH] Not 100% width --- markdown.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/markdown.css b/markdown.css index 6332f36..1203af1 100644 --- a/markdown.css +++ b/markdown.css @@ -1,15 +1,17 @@ table, th, td { border: 1px solid black; - padding: 4px; + padding: 6px 10px 6px 10px; } table { border-collapse: collapse; } +/* table { width: 100%; } +*/ th { background-color: #FFFFDD; -- 2.47.3