-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
/* Media Query for Tablet Viewport /
@media screen and (min-width: 550px), print {
/ Tablet Viewport: Show tab-desk class, hide mobile class */
.tab-desk {
display: block;
}
.mobile {
display: none;
}
/* Tablet Viewport: Style rule for header content */
span.tab-desk {
display: inline;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels