Skip to content

Instantly share code, notes, and snippets.

View ken717w's full-sized avatar

Ken Wong ken717w

  • Hong Kong
  • 22:37 (UTC +08:00)
View GitHub Profile
@ken717w
ken717w / responsive-utilities.css
Last active October 10, 2019 07:36
Responsive utilities
@media (max-width: 1199px) {
[data-display-min="wide"] {
display: none !important;
}
}
@media (min-width: 1200px) {
[data-display-max="desktop"] {
display: none !important;
}
}