Skip to content

GraphQL query support #2606

@maliketaylor95-hub

Description

@maliketaylor95-hub

/* 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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions