mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
feat(article): change article-title font size
This commit is contained in:
parent
5412977216
commit
6cdb4b05ad
2 changed files with 3 additions and 3 deletions
|
@ -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 a new issue