Skip to content

Instantly share code, notes, and snippets.

@destos
Created January 28, 2014 14:55
Show Gist options
  • Select an option

  • Save destos/8669051 to your computer and use it in GitHub Desktop.

Select an option

Save destos/8669051 to your computer and use it in GitHub Desktop.
Disqus comment box width on 2014
#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