From 00746dbe0430c93394a3d01c1eb59207d30046ad Mon Sep 17 00:00:00 2001 From: "huynh.h.vy" Date: Sun, 12 May 2019 12:26:23 +0700 Subject: [PATCH] delete duplicate codes --- style.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/style.css b/style.css index fcccfa5..4b4d66b 100644 --- a/style.css +++ b/style.css @@ -471,19 +471,3 @@ s color: #D86000; border-color: #D86000; } */ - -@media (max-width: 767.98px) { - #div-mobile { display: block; } - #div-tablet { display: none; } - #div-desktop { display: none; } -} -@media (min-width: 768px) and (max-width: 991.98px) { - #div-mobile { display: block; } - #div-tablet { display: block; } - #div-desktop { display: none; } -} -@media (min-width: 992px) and (max-width: 1199.98px) { - #div-mobile { display: block; } - #div-tablet { display: block; } - #div-desktop { display: block; } -}