@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user