From fd313f0d66fe8b2a745422669e46a55b86d9c3a9 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 29 Jun 2021 23:18:17 +0200 Subject: [PATCH] Fix alignment of "invidious" logo on search page The alignment was broken by #2196 --- assets/css/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index 06a2f07f9..ce6c30c9a 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -542,3 +542,6 @@ p, #descriptionWrapper { max-width: 600px; } + +/* Center the "invidious" logo on the search page */ +#logo > h1 { text-align: center; }