Last active
September 18, 2015 11:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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