forked from midou/invidious
Fix alignment of "invidious" logo on search page
The alignment was broken by #2196
This commit is contained in:
parent
67a18dcff6
commit
fd313f0d66
@ -542,3 +542,6 @@ p,
|
||||
#descriptionWrapper {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
/* Center the "invidious" logo on the search page */
|
||||
#logo > h1 { text-align: center; }
|
||||
|
Loading…
Reference in New Issue
Block a user