style: reduce the max width of blog post title when page is wide

This commit is contained in:
Thomas 2025-03-13 21:45:01 +00:00
parent 1fd055c38f
commit e6c0cb8afb
No known key found for this signature in database

View file

@ -101,6 +101,7 @@
@container (min-width: 550px) {
.post-title {
font-size: 4rem;
max-width: 21ch;
}
}