|
@@ -476,7 +476,7 @@ const toMore = () => {
|
|
|
.list {
|
|
|
margin: 10px 0;
|
|
|
.title {
|
|
|
- font-size: $global-font-size-18;
|
|
|
+ font-size: $global-font-size-20;
|
|
|
font-weight: 600;
|
|
|
text-align: center;
|
|
|
color: #252f49;
|
|
@@ -502,6 +502,7 @@ const toMore = () => {
|
|
|
border-bottom: 1px #252f49 solid;
|
|
|
}
|
|
|
.list_1 {
|
|
|
+ font-size: $global-font-size-18;
|
|
|
margin: 8px;
|
|
|
padding: 5px;
|
|
|
text-align: center;
|