Created
November 6, 2023 10:35
-
-
Save henningpohl/d41803a25940b0b216a1232da120752e to your computer and use it in GitHub Desktop.
PCS Reviews CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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