Mercurial > web
comparison _layouts/post.html @ 81:eb3bbc61bc17
Use flexbox for lots more things
this should make stuff actually work on safari. HOPEFULLY.
| author | Paper <paper@paper.us.eu.org> | 
|---|---|
| date | Mon, 20 May 2024 04:00:58 -0400 | 
| parents | 815c0da68384 | 
| children | 1fed81c848a5 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 80:ec24b7d30ce9 | 81:eb3bbc61bc17 | 
|---|---|
| 1 --- | 1 --- | 
| 2 layout: default | 2 layout: default | 
| 3 --- | 3 --- | 
| 4 <div class="content drop-shadow-box drop-shadow-text"> | 4 <div class="content drop-shadow-box drop-shadow-text"> | 
| 5 <h1>{{ page.title }}</h1> | 5 <h2>{{ page.title }}</h2> | 
| 6 <hr class="project-separator"> | 6 <hr class="project-separator"> | 
| 7 | 7 | 
| 8 {{ content }} | 8 {{ content }} | 
| 9 | 9 | 
| 10 <br> | 10 <br> | 
