aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_blog.sass
blob: f2dc104c887d924b02e3270c68d11df865b41fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.blog
  h2
    padding-top: 0
    margin-bottom: 0.1em
  .title
    text-decoration: none
    &:hover
      text-decoration: underline
  .article
    padding: $base-font-size * 1.5 0 $base-font-size * 1.5
    border-bottom: 1px solid $article-border
    &:first-child
      padding-top: 0
  #disqus_thread
    padding-top: $base-font-size
  .meta
    +sans-font
    border-bottom: 1px dashed #dddddd
    text-transform: uppercase
    color: #777777
    padding: 8px 0 5px
    margin-bottom: 1.5em
    font-size: 75%
    letter-spacing: 1px
  .footer
    padding-top: 15px