Skip to content

Commit

Permalink
Fix: Utilize .size-small class for .hide-on-mobile class (adaptlearni…
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Feb 9, 2024
1 parent 6d6946d commit fbb693d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions less/project/theme-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@
}
}

.hide-on-mobile {
@media (max-width: @device-width-medium) {
display: none;
}
.size-small .hide-on-mobile {
display: none;
}

0 comments on commit fbb693d

Please sign in to comment.