Skip to content

Commit f6f2ed6

Browse files
committed
fix image. flatten h# headers. resize image
1 parent 7edcbc5 commit f6f2ed6

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

_posts/2024-05-26-the-last-time.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ I was at an estate sale and bought a couple boxes of crayons for $1. I noticed t
2929
<img src="/assets/posts-images/small-crayola-box-back.png" alt="small crayola box back" class="center-img img-stylish"/>
3030
</div>
3131

32-
## Jc James, whats the moral here
32+
## J.c. James, whats the moral here
33+
34+
Cherish the time you have. There will be more firsts, but there will also be lasts. And yes, even this project will have one last `_post`. Just don't know when that'll be right this minute.
3335

34-
Cherish the time you have. There will be more firsts, but there will also be lasts.
3536

3637
<img src="/assets/posts-images/kym-last-online-5-years-ago.jpeg" alt="know your meme last online" class="center-img img-stylish"/>
3738

assets/css/overrides.css

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ body {
2121
color: var(--text-color-light);
2222
transition: background-color 0.3s, color 0.3s;
2323

24-
font-family: "Georgia", "Courier New", serif;
2524
}
2625

2726
/**
27+
tbd
28+
font-family: "Georgia", "Courier New", serif;
2829
some other fonts I've played with
2930
font-family: "Consolas", "Courier New", monospace; // I used to program exclusively in this..
3031
font-family: "Comic Sans MS", "Comic Sans", cursive; // I mean just because
@@ -108,4 +109,32 @@ font-family: "Comic Sans MS", "Comic Sans", cursive; // I mean just because
108109

109110
.post-list .post-item {
110111
margin-bottom: 20px;
112+
}
113+
114+
.post-header .post-title {
115+
font-size: 2em;
116+
}
117+
118+
.post-content h1 {
119+
font-size: 1.75em;
120+
}
121+
122+
.post-content h2 {
123+
font-size: 1.5em;
124+
}
125+
126+
.post-content h3 {
127+
font-size: 1.25em;
128+
}
129+
130+
.post-content h4 {
131+
font-size: 1.1em;
132+
}
133+
134+
.post-content h5 {
135+
font-size: 1em;
136+
}
137+
138+
.post-content h6 {
139+
font-size: 0.9em;
111140
}
-30.6 KB
Loading

0 commit comments

Comments
 (0)