Skip to content

Instantly share code, notes, and snippets.

@terrysahaidak
Last active August 29, 2015 14:27
Show Gist options
  • Save terrysahaidak/49c02aeceb35751810d4 to your computer and use it in GitHub Desktop.
Save terrysahaidak/49c02aeceb35751810d4 to your computer and use it in GitHub Desktop.
Habr stylish
/* remove right sidebar*/
.sidebar_right{
display: none;
}
.content_left {
padding-right: 0px;
}
/* remove footer logos */
.footer_logos{
display: none;
}
/* increase margin between posts in feed */
.post{
margin-bottom: 70px;
}
/* center post content */
.inner {
max-width: 720px;
margin: auto;
margin-top: 29px;
padding-left: 24px !important;
}
body {
background: #FFFFFF;
}
/* just a little bit of tupography */
.post .content {
font-size: .95rem !important;
line-height: 1.6rem !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment