Skip to content
Snippets Groups Projects
Verified Commit c7460a04 authored by Jake's avatar Jake :speech_balloon:
Browse files

fixed header text size and weight

parent 80b919a1
No related branches found
No related tags found
No related merge requests found
Pipeline #313595 passed
...@@ -64,26 +64,27 @@ body > * > * { ...@@ -64,26 +64,27 @@ body > * > * {
grid-column: content grid-column: content
} }
body > header h1 { body > header a {
display: inline-block;
min-height: calc( var(--site-header-height) - 1rem ); min-height: calc( var(--site-header-height) - 1rem );
margin: 0.5rem; margin: 0.5rem;
border-bottom: 0 solid transparent; border-bottom: 0 solid transparent;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding: 0; padding: 0;
}
body > header h1 a {
display: flex; display: flex;
line-height: calc( var(--site-header-height) - 1rem ); line-height: calc( var(--site-header-height) - 1rem );
text-align: center; text-align: center;
font-size: 2rem;
font-weight: 600;
} }
body > header h1 a span { body > header a span {
display: inline-block; display: inline-block;
line-height: calc( var(--site-header-height) - 1rem ); line-height: calc( var(--site-header-height) - 1rem );
text-align: center; text-align: center;
} }
body > header h1 img { body > header img {
display: inline-block; display: inline-block;
height: calc(var(--site-header-height) - 1rem); height: calc(var(--site-header-height) - 1rem);
} }
...@@ -170,10 +171,7 @@ body > header h1 img { ...@@ -170,10 +171,7 @@ body > header h1 img {
} }
@media only screen and (max-width: 94ch) { @media only screen and (max-width: 94ch) {
body > header h1{ body > header a {
/*width: 100%;*/
}
body > header h1 a {
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment