Skip to content

Instantly share code, notes, and snippets.

View orjanb-ne's full-sized avatar

Örjan Bellind orjanb-ne

View GitHub Profile
query {
all__rjan_test {
items {
title
main_content {
... on RjanTestMainContentGallery {
gallery {
gallery_slideshow
fade_between_slides
media_assets {
@orjanb-ne
orjanb-ne / responsive-semantic-ui.css
Created April 2, 2020 15:00 — forked from bl4ck5un/responsive-semantic-ui.css
Responsive helpers (mobile-only etc.) for semantic-ui
/* Semantic UI has these classes, however they're only applicable to*/
/* grids, containers, rows and columns.*/
/* plus, there isn't any `mobile hidden`, `X hidden` class.*/
/* this snippet is using the same class names and same approach*/
/* plus a bit more but to all elements.*/
/* see https://github.com/Semantic-Org/Semantic-UI/issues/1114*/
/* Mobile */
@media only screen and (max-width: 767px) {
[class*="mobile hidden"],