From ec132e22e0eadaf9eccc18ded0513c3e28d6c9f4 Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 4 Apr 2019 17:18:57 -0400 Subject: [PATCH] Remove extraneous semicolon --- water.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/water.css b/water.css index ab82b4e..f9276bc 100644 --- a/water.css +++ b/water.css @@ -2,7 +2,7 @@ body { background: #202b38; color: #dbdbdb; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; - text-rendering: optimizeLegibility;; + text-rendering: optimizeLegibility; margin: 20px; max-width: 800px; line-height: 1.4;