Fix alignment of "invidious" logo on search page

The alignment was broken by #2196
pull/2230/head
Samantaz Fox 3 years ago 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; }

Loading…
Cancel
Save