Make some tweaks to the layout stylesheet
This commit is contained in:
parent
f0d0d5a136
commit
fa82e4f9a7
1 changed files with 2 additions and 16 deletions
|
@ -265,12 +265,12 @@
|
|||
grid-column: wide-content-start / wide-content-end;
|
||||
}
|
||||
|
||||
main > header > .series {
|
||||
.content-header > .series {
|
||||
margin-inline-start: 0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
main > header > .series::before {
|
||||
.content-header > .series::before {
|
||||
margin-inline-end: 0.25em;
|
||||
}
|
||||
|
||||
|
@ -401,20 +401,6 @@
|
|||
gap: var(--body-item-spacing) 0;
|
||||
}
|
||||
|
||||
.page > header {
|
||||
align-items: first baseline;
|
||||
column-gap: 4rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@media (max-width: 539px) {
|
||||
.page > header {
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.page > header,
|
||||
.page > footer {
|
||||
grid-column: content-start / content-end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue