Move a smattering of tags from main.css to root.css: h*, img, p, pre

This commit is contained in:
Eryn Wells 2022-09-25 08:50:17 -07:00
parent 10d7c586c0
commit 2f3a32e28d
2 changed files with 18 additions and 30 deletions

View file

@ -46,36 +46,6 @@ figure.bordered {
border: 2px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'SF Pro Rounded', ui-rounded, 'Arial Rounded MT', system-ui, -apple-system, sans-serif;
/*font-family: Palatino, Rockwell, Courier;*/
font-weight: 600;
letter-spacing: 2px;
}
html {
font-family: 'SF Pro', sans-serif;
font-size: 8px;
}
img {
height: auto;
max-width: 100%;
}
p {
line-height: 1.4;
}
pre {
margin-bottom: 0;
}
.header,
.footer {
padding: 2rem 0;