From 1fedd90926b64f050d7a8f4284fb7a5125fcae16 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 19 Jan 2025 18:29:51 +0200 Subject: feat(views): Add home to navbar and update default page title --- views/header.php | 3 ++- views/styles.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/views/header.php b/views/header.php index 13c1f28..c4a0a21 100644 --- a/views/header.php +++ b/views/header.php @@ -6,11 +6,12 @@ - <?php echo htmlspecialchars($title ?? "");?> + <?php echo htmlspecialchars($title ?? "No Way Forward Human");?>
diff --git a/views/styles.css b/views/styles.css index 9ace7bf..bed3009 100644 --- a/views/styles.css +++ b/views/styles.css @@ -142,6 +142,10 @@ nav > *:hover { border-bottom: none; } +nav > :first-child { + margin-right: 0.5em; +} + article > * { width: 100%; } -- cgit v1.2.3