From 0691dd51f11f2267b87e3ae1a706fa5ac49a1ee1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 30 Jan 2018 22:33:17 -0700 Subject: [PATCH] Remove unused CSS --- static/css/app.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/static/css/app.css b/static/css/app.css index 8a8e970..b83b8a0 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -40,18 +40,6 @@ body { padding: 0px 5px; } -.mgn-btm-10px { - margin-bottom: 10px; -} - -.mgn-top-8px { - margin-top: 8px; -} - -.black-text { - color: black; -} - .footer { margin-top: 10em; text-align: center;