From 247fe4d35cce9a04a331809bca8b84e433f8b780 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Tue, 15 Oct 2019 21:43:02 +0200 Subject: [PATCH] remove unused css rule --- app/public/main.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/public/main.css b/app/public/main.css index aa7d733..e43255f 100644 --- a/app/public/main.css +++ b/app/public/main.css @@ -18,13 +18,6 @@ left: 25%; } -.welcome-big-logo { - font-size: 200pt; - background-image: url(./images/logo.png); - background-size: contain; - background-repeat: no-repeat; - color: rgba(0, 0, 0, 0); -} .no-ui-slider { width: 95%; }