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

View File

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