Skip to content

Commit

Permalink
Disable buttons on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Oct 27, 2023
1 parent ec8efca commit 368843d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 368843d

Please sign in to comment.