diff --git a/_includes/styles/custom.css b/_includes/styles/custom.css index fb91181..3520857 100644 --- a/_includes/styles/custom.css +++ b/_includes/styles/custom.css @@ -1,3 +1,5 @@ -.custom-mobile-hide { - display: none !important; +@media only screen and (max-width: 768px) { + .custom-mobile-hide { + display: none !important; + } }