Files
blog-static/content/writing/pynchon/style.scss

62 lines
797 B
SCSS
Raw Normal View History

@import "variables.scss";
body {
text-align: left;
background-color: white;
color: black;
font-family: "Times New Roman";
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 {
width: 5.5in;
height: 8.5in;
padding: 0.25in;
box-sizing: border-box;
border: $standard-border;
flex-shrink: 0;
margin: 0.25in;
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;
}