summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/explore.scss
blob: da06fe9954e018e6c2d928a824037c542e8cdb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.explore-title {
  text-align: center;

  h3 {
    font-weight: normal;
    font-size: 30px;
  }
}

.explore-trending-block {
  .lead {
    line-height: 32px;
    font-size: 18px;
    margin-top: 10px;
  }
}