Finish draft

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-05-22 22:48:12 -07:00
parent f92b8bcab1
commit 25f8e31fd3
2 changed files with 98 additions and 61 deletions

View File

@@ -1,20 +1,30 @@
@import "variables.scss";
html {
body {
text-align: left;
background-color: white;
color: black;
font-family: "Times New Roman";
font-size: 11pt;
font-size: 12pt;
line-height: 14pt;
}
nav, h1, .warning {
display: none;
}
h1, h2, h3, h4, h5, h6 {
color: black;
font-family: "Times New Roman"
}
h2 {
font-size: 18pt;
}
h2 {
display: none;
margin-bottom: 0.2in;
}
.halfpage {
@@ -24,7 +34,7 @@ h2 {
box-sizing: border-box;
border: $standard-border;
flex-shrink: 0;
margin: 0.5in;
margin: 0.25in;
h2 {
display: block;