From 9853a34162ec89b2732a6c1647a4a0e387691af3 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 4 Dec 2020 17:50:09 +0100 Subject: [PATCH] css change --- stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 4cf6b14..f21cfde 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -4,7 +4,7 @@ html{ } body{ margin:1em; - // font-family:monospace; + font-family:monospace; font-size:16px; line-height: 1.3; background-color: #ffff00a3; @@ -22,7 +22,7 @@ th, td{ padding:0 1em 0 0; } td.versions{ - min-width: 350px; + min-width: 280px; } hr{ border:0;