Created
January 28, 2014 14:55
-
-
Save destos/8669051 to your computer and use it in GitHub Desktop.
Disqus comment box width on 2014
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
| #disqus_thread { | |
| padding: 12px 10px 0; | |
| margin: 0 auto; | |
| max-width: 474px; | |
| } | |
| @media screen and (min-width: 673px) { | |
| #disqus_thread { | |
| padding-left: 30px; | |
| padding-right: 30px; | |
| } | |
| } | |
| @media screen and (min-width: 1040px) { | |
| #disqus_thread { | |
| padding-left: 15px; | |
| padding-right: 15px; | |
| } | |
| } | |
| @media screen and (min-width: 1110px) { | |
| #disqus_thread { | |
| padding-left: 30px; | |
| padding-right: 30px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment