From c86d6d15ce833bf53203f74a99abb2c4f956dadb Mon Sep 17 00:00:00 2001 From: Fabian Aguilar Gomez Date: Wed, 17 Jan 2024 14:31:59 -0600 Subject: [PATCH] Update jekyll-theme-merlot.scss --- _sass/jekyll-theme-merlot.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-merlot.scss b/_sass/jekyll-theme-merlot.scss index f1d3cea..3d362b9 100644 --- a/_sass/jekyll-theme-merlot.scss +++ b/_sass/jekyll-theme-merlot.scss @@ -1,4 +1,3 @@ @import "screen"; @import "rouge-base16-solarized"; -@import url("non-screen.css") handheld; -@import url("non-screen.css") only screen and (max-device-width:640px); +@import url("non-screen.css") only screen and (max-width:640px);