16 lines
208 B
SCSS
16 lines
208 B
SCSS
.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;
|
|
}
|
|
}
|