BigW Consortium Gitlab

explore.scss 208 Bytes
Newer Older
Dmitriy Zaporozhets committed
1 2 3 4 5 6 7 8
.explore-title {
  text-align: center;

  h3 {
    font-weight: normal;
    font-size: 30px;
  }
}
9 10 11 12 13 14 15 16

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