Created
February 28, 2016 09:45
-
-
Save borantula/ba007f8085610e5285c7 to your computer and use it in GitHub Desktop.
Quick css fix for new unreadable design on eksisozluk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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