Spaces:
Running
Running
Update blog.html
Browse files
blog.html
CHANGED
|
@@ -217,7 +217,7 @@
|
|
| 217 |
/* Footer */
|
| 218 |
footer {
|
| 219 |
padding: 60px 0;
|
| 220 |
-
background: var(--black-soft);
|
| 221 |
border-top: 1px solid var(--gray-2);
|
| 222 |
text-align: center;
|
| 223 |
}
|
|
@@ -267,7 +267,7 @@
|
|
| 267 |
</nav>
|
| 268 |
|
| 269 |
<main>
|
| 270 |
-
<section class="page-header">
|
| 271 |
<div class="container">
|
| 272 |
<h1>Blog</h1>
|
| 273 |
<p>Updates on TinyMemoryLM development, training adventures, and things I learned the hard way.</p>
|
|
|
|
| 217 |
/* Footer */
|
| 218 |
footer {
|
| 219 |
padding: 60px 0;
|
| 220 |
+
background: var(--black-soft);
|
| 221 |
border-top: 1px solid var(--gray-2);
|
| 222 |
text-align: center;
|
| 223 |
}
|
|
|
|
| 267 |
</nav>
|
| 268 |
|
| 269 |
<main>
|
| 270 |
+
<section class="page-header">
|
| 271 |
<div class="container">
|
| 272 |
<h1>Blog</h1>
|
| 273 |
<p>Updates on TinyMemoryLM development, training adventures, and things I learned the hard way.</p>
|