Fix alignment of "invidious" logo on search page

The alignment was broken by #2196
This commit is contained in:
Samantaz Fox 2021-06-29 23:18:17 +02:00 committed by GitHub
parent 67a18dcff6
commit fd313f0d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -542,3 +542,6 @@ p,
#descriptionWrapper {
max-width: 600px;
}
/* Center the "invidious" logo on the search page */
#logo > h1 { text-align: center; }