From b369ee43831497312748a940ab449d1a60357a24 Mon Sep 17 00:00:00 2001 From: c Date: Fri, 21 May 2021 13:59:49 +0200 Subject: [PATCH] fix ol and table --- styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 02701b1..ed9c168 100644 --- a/styles.css +++ b/styles.css @@ -42,12 +42,12 @@ h1, h2, h3, h4 { ol { margin-left: 20px; + margin-right: 20px; } table { - max-width: 760px; - width: 95%; + width: 92%; border: 1px solid; border-collapse: collapse; margin-left: 20px; @@ -58,6 +58,8 @@ th, td { word-break: break-word; border: 1px solid; padding: 5px; + margin-left: 20px; + margin-right: 20px; } .topnav { @@ -67,3 +69,4 @@ th, td { margin-right: 15px; margin-left: 15px; } +