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 @@