forked from mirrors/hugo-tufte
fix(layout): Fix font size for page title
This commit is contained in:
parent
923b6175ef
commit
c6bad82e27
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ header.brand h1 {
|
|||
margin: 0;
|
||||
font-weight: 400;
|
||||
color: rgba(65, 70, 75, 1);
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
header.brand h2 {
|
||||
|
|
|
@ -49,6 +49,7 @@ code {
|
|||
/* Content Title styling. This is mostly to avoid underlying links. */
|
||||
h1.content-title {
|
||||
/*max-width: 50rem;*/
|
||||
font-size: 4rem;
|
||||
}
|
||||
h1.content-title a:link,
|
||||
h1.content-title a:visited {
|
||||
|
|
Loading…
Reference in a new issue