1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-23 12:06:07 -05:00

remove css reset as a dependency

This commit is contained in:
2025-04-08 19:52:54 -04:00
parent 30b6e02b83
commit 84702aeab1
24 changed files with 297 additions and 254 deletions

View File

@@ -1,28 +1,28 @@
.page h1 {
.index h1 {
margin: 0 0 0.5em -1px; /* misaligned left margin, super nitpicky */
font-size: 1.925em;
font-weight: 500;
line-height: 1.2;
}
.page h2 {
.index h2 {
margin: 0.5em 0 0.5em -1px;
font-size: 1.3em;
font-weight: 400;
line-height: 1.5;
}
.page p {
.index p {
margin: 0.85em 0;
font-size: 1.05em;
line-height: 1.7;
}
.page p:last-of-type {
.index p:last-of-type {
margin-bottom: 0;
}
.page sup {
.index sup {
margin: 0 0.1em;
font-size: 0.6em;
}
@@ -70,15 +70,15 @@
}
@media (max-width: 768px) {
.page h1 {
.index h1 {
font-size: 1.8em;
}
.page h2 {
.index h2 {
font-size: 1.3em;
}
.page p {
.index p {
font-size: 1em;
line-height: 1.9;
}