feat(article): change article-title font size
This commit is contained in:
parent
5412977216
commit
6cdb4b05ad
@ -172,9 +172,9 @@
|
||||
|
||||
.article-title {
|
||||
margin: 0;
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
|
||||
@media (max-width: $on-phone) {
|
||||
@media (max-width: $on-tablet) {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
.article-title {
|
||||
margin: 0;
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
.article-details {
|
||||
|
Loading…
Reference in New Issue
Block a user