From 638cb9699dfbccab620ebb0a8230584d7a063ea4 Mon Sep 17 00:00:00 2001 From: Kognise Date: Fri, 5 Apr 2019 15:16:33 -0400 Subject: [PATCH] Fix no padding on mobile --- water.css | 1 + 1 file changed, 1 insertion(+) diff --git a/water.css b/water.css index d3acd27..b33c470 100644 --- a/water.css +++ b/water.css @@ -4,6 +4,7 @@ body { max-width: 800px; margin: 20px auto; + padding: 0 10px; color: #dbdbdb; background: #202b38;