- commit
- 8c240da
- parent
- a264a6c
- author
- Eric Bower
- date
- 2024-06-26 18:25:51 +0000 UTC
style(prose): adjust spacing
4 files changed,
+6,
-6
+1,
-1
1@@ -3,5 +3,5 @@ body {
2 }
3
4 .post-date {
5- width: 130px;
6+ width: 110px;
7 }
+2,
-2
1@@ -25,9 +25,9 @@
2 <a href={{.URL}}>clear filters</a>
3 {{end}}
4
5- <div class="posts">
6+ <div class="posts group mt">
7 {{range .Posts}}
8- <article class="my">
9+ <article>
10 <div class="flex items-center">
11 <time datetime="{{.PublishAtISO}}" class="text-sm post-date">{{.PublishAt}}</time>
12 <span class="text-md flex-1"><a href="{{.URL}}">{{.Title}}</a></span>
+2,
-2
1@@ -20,12 +20,12 @@
2 </section>
3 {{end}}
4
5- <section class="posts">
6+ <section class="posts group mt">
7 {{if .HasFilter}}
8 <a href={{.URL}}>clear filters</a>
9 {{end}}
10 {{range .Posts}}
11- <article class="my">
12+ <article>
13 <div class="flex items-center">
14 <time datetime="{{.PublishAtISO}}" class="text-sm post-date">{{.PublishAt}}</time>
15 <span class="text-md flex-1"><a href="{{.URL}}">{{.Title}}</a></span>
+1,
-1
1@@ -13,7 +13,7 @@ table {
2 }
3
4 .post-date {
5- width: 130px;
6+ width: 110px;
7 }
8
9 .layout-aside {