- commit
- e3aa226
- parent
- 8e9e6c8
- author
- Eric Bower
- date
- 2024-01-16 15:19:08 +0000 UTC
style(pastes): add `.post-date` css
2 files changed,
+5,
-1
+1,
-1
1@@ -16,7 +16,7 @@ jobs:
2 go-version: '1.20'
3 - name: install pgit
4 run: |
5- go install github.com/picosh/pgit@54f6fbcc90dcc657b3948d4c73d356972e9bd6dd
6+ go install github.com/picosh/pgit@latest
7 - name: generate site
8 run: |
9 pgit \
+4,
-0
1@@ -1,3 +1,7 @@
2 body {
3 max-width: 1025px;
4 }
5+
6+.post-date {
7+ width: 130px;
8+}