style.css: Maximum header width

This is the maximum width of the posts page.  It does not look good to
have the header span the whole page on a 4K monitor.
master
Mike Gerwitz 2019-01-18 23:15:47 -05:00
parent 7c48d09333
commit 20a9d36077
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 2 additions and 1 deletions

View File

@ -292,7 +292,8 @@ h1 a, h1 a:visited {
header {
position: relative;
margin: 0 0 2em 0;
margin: 0 auto 2em auto;
max-width: 120ch;
}
header h1 {