diff --git a/themes/hugo-casper3/assets/scss/custom.scss b/themes/hugo-casper3/assets/scss/custom.scss index 69b2d83..e508ef3 100644 --- a/themes/hugo-casper3/assets/scss/custom.scss +++ b/themes/hugo-casper3/assets/scss/custom.scss @@ -8,6 +8,10 @@ margin-left: auto; } +@media screen and (min-width: 0px) and (max-width: 720px) { + .mobile-hide{ display: none; } +} + /* FONTS */ @font-face { diff --git a/themes/hugo-casper3/layouts/_default/baseof.html b/themes/hugo-casper3/layouts/_default/baseof.html index 8df24b4..f00c74f 100644 --- a/themes/hugo-casper3/layouts/_default/baseof.html +++ b/themes/hugo-casper3/layouts/_default/baseof.html @@ -61,11 +61,11 @@ -