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