Parameterize the photo grid
This commit is contained in:
parent
864c1b673a
commit
8cc207b84c
8 changed files with 30 additions and 10 deletions
1
assets/styles/root/000_layers.css
Normal file
1
assets/styles/root/000_layers.css
Normal file
|
@ -0,0 +1 @@
|
|||
@layer reset, typography, root, layout, section, page, utility;
|
|
@ -235,11 +235,12 @@
|
|||
grid-column: wide-content-start / wide-content-end;
|
||||
}
|
||||
|
||||
main > header > span.series {
|
||||
main > header > .series {
|
||||
margin-inline-start: 0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
main > header > span.series::before {
|
||||
main > header > .series::before {
|
||||
margin-inline-end: 0.25em;
|
||||
}
|
||||
|
||||
|
|
|
@ -167,6 +167,10 @@
|
|||
line-height: var(--line-height);
|
||||
}
|
||||
|
||||
p > code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.social {
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue