Skip to content

Instantly share code, notes, and snippets.

@henningpohl
Created November 6, 2023 10:35
Show Gist options
  • Save henningpohl/d41803a25940b0b216a1232da120752e to your computer and use it in GitHub Desktop.
Save henningpohl/d41803a25940b0b216a1232da120752e to your computer and use it in GitHub Desktop.
PCS Reviews CSS
.formOutputList {
margin-left: 1em;
margin-bottom: 2em;
column-count: 3;
}
.formOutputList + .formOutputList {
border-top: 2px dashed darkgray;
padding-top: 2em;
}
.formOutputList ~ a {
display: none;
}
header {
display: none;
}
body {
font-size: 12pt;
font-family: Georgia, Garamond, serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment