style: reduce the max width of blog post title when page is wide
This commit is contained in:
parent
1fd055c38f
commit
e6c0cb8afb
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@
|
|||
@container (min-width: 550px) {
|
||||
.post-title {
|
||||
font-size: 4rem;
|
||||
max-width: 21ch;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue