fix title style

This commit is contained in:
medcl 2021-02-21 11:04:22 +08:00
parent 553d65319a
commit b41e7c8d9b
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
vertical-align: middle; vertical-align: middle;
font-size: 20px; font-size: 20px;
margin: 0 0 0 6px; margin: 0 0 0 6px;
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600; font-weight: 600;
} }
} }

View File

@ -56,7 +56,6 @@
.title { .title {
font-size: 33px; font-size: 33px;
color: @heading-color; color: @heading-color;
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600; font-weight: 600;
position: relative; position: relative;
} }