From 182421f56f1eb1711b831dd5f4fd27db2aa18782 Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 22 May 2020 17:08:53 +0530 Subject: [PATCH] Increase max-width on small screens --- tilde.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tilde.css b/tilde.css index 8b8c711..8a6f9d8 100644 --- a/tilde.css +++ b/tilde.css @@ -3,7 +3,7 @@ body { font-family: sans-serif; color: #ffffff; margin: 0 auto; - max-width: 75%; + max-width: 90%; font-size: 1.0em; } @@ -46,6 +46,9 @@ pre { } @media (min-width: 1024px) { + body { + max-width: 75%; + } #news { float: right; max-width: 29%;