aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial/_post/_copyright.scss
blob: 29ac0c75ad0ccdcb2858dfba1a5e7135e20e65a4 (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;
    
    &.lincese {
      font-weight: bold;
    }

    a {
      text-decoration: underline;
    }
  }
}