Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
Last active September 18, 2015 11:35
Show Gist options
  • Select an option

  • Save nerdfiles/dee4833af01679d60599 to your computer and use it in GitHub Desktop.

Select an option

Save nerdfiles/dee4833af01679d60599 to your computer and use it in GitHub Desktop.
flex-y flickr — Websites are cells of the Internet. Web apps are organs.
/**
* flex-y flickr
* @screen.test http://imgur.com/vwOi3SL
*/
#sidebar { display: none; }
html body #main img { width: 100% !important; min-width: 100% !important; }
html body #main #activityFeed .card {
display: flex !important;
flex-direction: row !important;
justify-content: center !important;
}
#activityFeed {
margin-right: 0 !important;
}
/***
@description
Let's really think about this. Organic, Criticial CSS can be declared as an object language
for transcompilation in preprocessors who extend and create macros and syntactic generation
of control structures for interpolations. Before SASS, we have Organic CSS through BEM.
@see https://github.com/addyosmani/critical, http://krasimir.github.io/organic-css/
***/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment