mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
templates: Ensure logo image is always proper size.
This commit is contained in:
parent
b2c5a09afc
commit
830ba04f58
@ -89,6 +89,8 @@ article.docs header .super .logo:hover {
|
||||
article.docs header .super .logo img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
article.docs header .super .title {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user