Begin renaming to undefined behaviors, continue eliminating old CSS

This commit is contained in:
2023-11-27 16:46:59 -06:00
parent 40f503bcf2
commit 02e2c44247
5 changed files with 13 additions and 37 deletions

View File

@@ -59,33 +59,11 @@ body {
align-items: center;
}
.body-container {
max-width: 46em;
margin: 0 1em;
}
p,
table {
margin: 0.5em 0;
}
header {
font-size: 4em;
text-align: center;
text-transform: lowercase;
letter-spacing: 0.1em;
}
@include for-size(tablet-portrait-up) {
header {
font-size: 3em;
}
}
header span {
letter-spacing: 0;
}
aside,
blockquote {
margin: 1em 1em 1em 4em;
@@ -284,7 +262,7 @@ article {
}
}
.build-revision {
#commit-id {
font-family: "CMU Typewriter Text", sans-serif;
&:not(:hover) {