From 61291c5cb7c8702d050af66c31cf925fa9f0eaae Mon Sep 17 00:00:00 2001 From: Abhishek Jakhar Date: Tue, 20 Oct 2020 19:01:43 +0530 Subject: [PATCH] remove unused CSS (#2999) --- microsite/static/css/custom.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css index 6308513276..22855a2b4d 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -15,9 +15,6 @@ table tr:nth-child(2n) { background-color: #2b2b2b; } -@media only screen and (min-device-width: 360px) and (max-device-width: 736px) { -} - @media only screen and (min-width: 1024px) and (max-width: 1500px) { /* Experience */ .content-experience { @@ -857,7 +854,6 @@ code { position: relative; padding-top: 75%; width: 100%; - /* border: 1px dotted #f00; */ } .Block__Graphic {