9 lines
99 B
SCSS
9 lines
99 B
SCSS
|
.explore-title {
|
||
|
text-align: center;
|
||
|
|
||
|
h3 {
|
||
|
font-weight: normal;
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
}
|