1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-03-24 14:46:36 -04:00

Fix alignment of "invidious" logo on search page

The alignment was broken by 
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

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