From 3508a75c6aaf22ddf424616cbcee4b967d02dfbd Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 20 May 2020 13:10:00 +0200 Subject: [PATCH] remove obsolete css rules for notyf --- src/styles/index.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 816b739..77de212 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -110,13 +110,6 @@ img { } } -@media only screen and (min-width: 768px) { - .notyf { - left: 30px; - right: auto; - } -} - // Service Worker update .notify-worker { background-color: $main;