Jake Vanderwerf
2026-05-24 747d741293e064a979d7bf6c143ef969ea6d7629
src/fields/style.scss
New file
@@ -0,0 +1,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;
}