Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single.scss « scss « assets - github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f335114624cf25b6c0ff1f34ddfc05dd5f82b849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

.single {
  line-height: 1.5;
  color: #4C4E4D;
  .single-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
  }

  p {
    margin-bottom: 30px;
  }
}