From e8ed9a64e9b6d7e74e00b5ccc6c8b2d39a216a63 Mon Sep 17 00:00:00 2001 From: Quantum Date: Tue, 27 Nov 2018 00:40:43 -0500 Subject: [PATCH] Hide "staple" only when absolutely necessary --- src/app.scss | 6 ++++++ src/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app.scss b/src/app.scss index 848c1b5..f4377b7 100644 --- a/src/app.scss +++ b/src/app.scss @@ -38,3 +38,9 @@ body { color: $body-color; } } + +@media (max-width: 360px) { + .staple { + display: none; + } +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index e7afd3a..07ee17d 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,7 @@