Jake Vanderwerf
2026-02-10 2ba4657ad4ba8630319b6ce126ddf0b3d4be0778
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
details > div {
    margin: 1rem 0;
}
 
main > header:not(:has(img)) {
    margin-top: 3rem!important;
}
 
header a::before {
    display: none!important;
}
 
header + details {
    margin: 1.5rem auto 3rem!important;
    max-width: var(--wide);
}
 
main {
    padding-top: 0!important;
}