From 86200aac4645f1decc1efac85f527b06df172c9d Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 25 Mar 2020 21:21:59 +1000 Subject: [PATCH] oops i put the css in the wrong place --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index e36b26f..0a75abb 100644 --- a/assets/style.css +++ b/assets/style.css @@ -138,6 +138,7 @@ header h1 { } header span { display: inline-block; + text-align: center; } header a { color: white; @@ -321,7 +322,6 @@ html.night #theme-control::before { } header span { width: 100%; - text-align: center; } header span:not(#theme-control), header a { height: unset;