From c5d1042d415df5ae0fab69c83a61b033f5580b43 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 4 Aug 2021 00:09:45 +0200 Subject: [PATCH] Prevent .box text from smushing against edges --- static/serverscoop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/serverscoop.css b/static/serverscoop.css index 4008f41..b3164f6 100644 --- a/static/serverscoop.css +++ b/static/serverscoop.css @@ -304,6 +304,7 @@ header { .box p { margin-left: 30px; margin-bottom: 40px; + width: 85%; } .box img {