diff --git a/assets/css/default.css b/assets/css/default.css index 06a2f07f..ce6c30c9 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; }