From d020dcd7e87a28d6cc06698929035850ccacb7dc Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 14 Jun 2021 20:06:54 +0000 Subject: use a width defined in terms of characters instead of pixels for better readingness --- apioforum/static/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index cc37662..cbf878d 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -137,11 +137,9 @@ nav .links { display: flex; } margin-top: 5px; } -@media all and (min-width: 810px ) { - main { - width: 800px; - margin: auto; - } +main { + max-width: 60ch; + margin: auto; } blockquote { -- cgit v1.2.3