From 622209d0af7a1e2bdf6f1c0a94c0686360eee818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Mon, 8 Aug 2022 17:57:50 +0300 Subject: [PATCH] Don't set table-item img width when vw < 400px --- resources/css/views/index.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/resources/css/views/index.scss b/resources/css/views/index.scss index 9ee20e9..536d62f 100644 --- a/resources/css/views/index.scss +++ b/resources/css/views/index.scss @@ -112,7 +112,6 @@ $social-button_inner_margin: 10px; @include mixins.mx_mobile { margin: 0 0 2px 0; - width: $table-item_img_width; } } @@ -189,15 +188,6 @@ $social-button_inner_margin: 10px; img { margin: 0 0 2px 0; - width: $table-item_img_width; - } - } - } - - .square { - img { - @include mixins.mx_mobile { - height: $table-item_img_width; } } }