From cf2be7d7a281eb806c68f00ec6c852f62d274602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 6 Mar 2021 11:41:06 +0100 Subject: [PATCH] center align nav link --- templates/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/main.css b/templates/main.css index e5c41fd..fe6323a 100644 --- a/templates/main.css +++ b/templates/main.css @@ -93,6 +93,10 @@ aside h1 { } } +nav h1 { + text-align: center; +} + nav h1 a { color: black; }