diff options
-rw-r--r-- | apioforum/static/style.css | 8 |
1 files 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 { |