Add initial draft of Pynchon before repurposing

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-05-22 21:01:11 -07:00
parent 98e2e7da6c
commit f92b8bcab1
3 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
@import "variables.scss";
html {
font-family: "Times New Roman";
font-size: 11pt;
}
nav, h1, .warning {
display: none;
}
h2 {
font-size: 18pt;
}
h2 {
display: none;
}
.halfpage {
width: 5.5in;
height: 8.5in;
padding: 0.25in;
box-sizing: border-box;
border: $standard-border;
flex-shrink: 0;
margin: 0.5in;
h2 {
display: block;
}
}
p {
margin-top: 0;
margin-bottom: 0.1in;
}
main.container {
display: flex;
max-width: none;
left: 0;
flex-wrap: wrap;
justify-content: flex-start;
}
hr {
padding-top: 0.1in;
padding-bottom: 0.1in;
line-height: 0.1in;
}