diff options
author | June McEnroe <june@causal.agency> | 2024-04-18 19:12:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2024-04-18 19:12:49 -0400 |
commit | c2ac47e7fc03ac77daa564fb7792b62426edfa79 (patch) | |
tree | fa1e492143289ea51d1ce10b1a7b710e51fa31d0 /www | |
parent | Add 'www/photo.causal.agency/' from commit '3e93e1c8c6c5a41d67ad63c6fd2624df6... (diff) | |
download | src-c2ac47e7fc03ac77daa564fb7792b62426edfa79.tar.gz src-c2ac47e7fc03ac77daa564fb7792b62426edfa79.zip |
Add link to photos
Diffstat (limited to 'www')
-rw-r--r-- | www/causal.agency/index.7 | 4 | ||||
-rw-r--r-- | www/causal.agency/style.css | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/causal.agency/index.7 b/www/causal.agency/index.7 index d29c1a6b..1e019574 100644 --- a/www/causal.agency/index.7 +++ b/www/causal.agency/index.7 @@ -1,4 +1,4 @@ -.Dd November 28, 2023 +.Dd April 18, 2024 .Dt CAUSAL.AGENCY 7 .Os "Causal Agency" . @@ -29,6 +29,8 @@ and experience more magic. \(em .Lk https://text.causal.agency words \(em +.Lk https://photo.causal.agency photos +\(em .Lk /list/ mailist . .Pp diff --git a/www/causal.agency/style.css b/www/causal.agency/style.css index ee218533..265c62c2 100644 --- a/www/causal.agency/style.css +++ b/www/causal.agency/style.css @@ -12,8 +12,8 @@ code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, code.Cd { font-weight: bold; font-family: inherit; } div.head, div.foot { display: flex; justify-content: space-between; } -.head-ltitle, .foot-left { flex: 1; } -.head-vol, .foot-date { flex: 0 1 auto; text-align: center; } +.head-ltitle, .foot-date { flex: 1; } +.head-vol { flex: 0 1 auto; text-align: center; } .head-rtitle, .foot-os { flex: 1; text-align: right; } html { font-family: monospace; line-height: 1.25em; } |