diff options
| -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> |
