Skip to content

Instantly share code, notes, and snippets.

@tofias
Last active August 29, 2015 14:05
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 tofias/ab921a2366be9368dc9e to your computer and use it in GitHub Desktop.
Save tofias/ab921a2366be9368dc9e to your computer and use it in GitHub Desktop.
User CSS for Feedbin
/* User CSS for Feedbin - Michael Tofias - 2014-08-22 */
/* Feedbin is great, check it out: https://feedbin.com
But it's even better with three-shoved-into-two-columns
when in a portrait orientation. */
@media all and (min-width: 767px) and (min-height: 900px){
.entry-header h1 {
font-size: 130% !important;
padding-bottom: .25em !important;
}
div.feeds-column {
height:500px !important;
max-width:200px !important;
}
div.entries-column {
margin-left:-200px;
margin-top:500px;
max-width:200px !important;
max-height:1070px !important;
}
a.tag-link {
font-size:85% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment