diff options
| author | a73x <[email protected]> | 2024-08-25 15:14:42 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-25 15:14:42 +0100 |
| commit | 7343f3483f054379ec6a3b85671d16ecad71d0b4 (patch) | |
| tree | f796a2050233239b576a13b7662316d20a1bc313 | |
| parent | d484ae00efd40cc61e5ab52ff30384365b4310ac (diff) | |
new tagline
| -rw-r--r-- | templates/layouts/default.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 8275843..585fdd1 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -16,7 +16,9 @@ font-weight: normal; font-style: normal; } - + h1 { + margin-bottom: 0; + } body { max-width: 70ch; font-family: "Mono"; @@ -54,6 +56,7 @@ <body> <h1>a73x</h1> + <sub>high effort, low reward</sub> <nav> <ul> <li><a href="/">home</a></li> |
