aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial/_post/_copyright.scss
blob: 6d8afe562f00f6856399eb5274b5a90e8554e17e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.post-copyright {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed $light-gray;

  .copyright-item {
    margin: 5px 0;
    
    &.license {
      font-weight: bold;
    }

    a {
      text-decoration: underline;
    }
  }
}