diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss index b7195af25..01bd03317 100644 --- a/app/assets/stylesheets/landing.scss +++ b/app/assets/stylesheets/landing.scss @@ -122,4 +122,11 @@ footer { background-color: rgba(255, 255, 255, 0.6); font-weight: 350; } +} + +// Disable monotile buttons on "small" devices +@include media-breakpoint-down(xxl) { + .monotile-btn { + display: none; + } } \ No newline at end of file