Skip to content

Instantly share code, notes, and snippets.

@ryanlewis
Created October 15, 2013 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanlewis/6998329 to your computer and use it in GitHub Desktop.
Save ryanlewis/6998329 to your computer and use it in GitHub Desktop.
User style for twitter.com to make the main desktop design responsive
@media screen and (max-width:840px) {
.wrapper {
width: 100%;
padding-left: 0;
padding-right: 0;
background: none !important;
}
.dashboard, .content-main {
width: auto ;
float: none ;
margin: 0 10px;
}
.wtf-module, .trends, .site-footer {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment