Created
November 26, 2015 06:48
-
-
Save thedjpetersen/a7d25bcfbccf345d6077 to your computer and use it in GitHub Desktop.
stylish grid for instagram
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
.-cx-PRIVATE-FeedPage__root { | |
width: 100%; | |
max-width: inherit; | |
} | |
.-cx-PRIVATE-FeedPage__feed > div { | |
display: block; | |
} | |
.-cx-PRIVATE-FeedPage__post { | |
display: inline-block; | |
width: 600px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment