Skip to content

Instantly share code, notes, and snippets.

@borantula
Created February 28, 2016 09:45
Show Gist options
  • Save borantula/ba007f8085610e5285c7 to your computer and use it in GitHub Desktop.
Save borantula/ba007f8085610e5285c7 to your computer and use it in GitHub Desktop.
Quick css fix for new unreadable design on eksisozluk
body {
background-color: #ddd;
}
#entry-list>li {
position: relative;
padding: 30px 20px;
background:#f3f3f3;
margin:10px 0;
font-size:18px;
border:1px solid #ccc;
}
#entry-list .content {
padding-top :10px;
}
#topic>h1 {
font-size:32px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment