From 13cf28ee84f0a74756d54b91a89e4819f4828465 Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Tue, 9 Nov 2021 09:46:40 +0000 Subject: [PATCH] refactor: delete unneeded css --- themes/coopcloud.tech/assets/scss/main.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/themes/coopcloud.tech/assets/scss/main.scss b/themes/coopcloud.tech/assets/scss/main.scss index dc152ec..05d4e83 100644 --- a/themes/coopcloud.tech/assets/scss/main.scss +++ b/themes/coopcloud.tech/assets/scss/main.scss @@ -185,15 +185,6 @@ footer .separator { padding: 0 10px; } -@media all and (max-width: 768px) { - .is-full-mobile{ - width: 99% - } - // .columns { - // width: 99% - // } -} - // Do not show server image when using mobile viewport // Is a little bigger than the actual mobile viewport in bulma due to the text overlapping with the server icon @media all and (min-width: 769px) {