Jake Vanderwerf
2026-05-31 d7e7d248cbe41cd7a9ef9c2fb022b6c4831f99a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/summary/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
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;
}
 
ul.summary .term-list {
  padding-right: 0;
  display: flex;
  flex-wrap: nowrap;
}