git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

post.scss (212B)


      1 .post-meta { }
      2 .post-tags { }
      3 .post-description { }
      4 
      5 .post-title {
      6 	display: inline-block;
      7 }
      8 
      9 .post-title a {
     10 	text-decoration: none;
     11 }
     12 
     13 .post-date {
     14 	padding-left: 10px;
     15 }
     16 
     17 .post-content {
     18 	padding-top: 10px;
     19 }