10 lines
149 B
CSS
10 lines
149 B
CSS
|
.title {
|
||
|
margin-top: 22px;
|
||
|
margin-bottom: 8px;
|
||
|
text-transform: capitalize;
|
||
|
font-size: 38px;
|
||
|
}
|
||
|
.title > .icon {
|
||
|
color: #adafb3;
|
||
|
}
|