From 1f97e3989775550ae951384ee9f8796af67d4839 Mon Sep 17 00:00:00 2001 From: Mobi S Date: Wed, 16 Oct 2019 15:41:49 -0500 Subject: [PATCH] Removed max-width to make site more comfortable to read --- gddo-server/assets/site.css | 1 - 1 file changed, 1 deletion(-) diff --git a/gddo-server/assets/site.css b/gddo-server/assets/site.css index 52789c29..1efcec6d 100644 --- a/gddo-server/assets/site.css +++ b/gddo-server/assets/site.css @@ -1,7 +1,6 @@ html { background-color: whitesmoke; } body { background-color: white; } h4 { margin-top: 20px; } -.container { max-width: 728px; } #x-projnav { min-height: 20px;