Redhill: Fix custom-logo support to prevent scaling up too small images.

This commit is contained in:
Allan Cole 2019-12-10 17:06:29 -05:00
parent 05f6f4c2d5
commit ef64e621da

View file

@ -115,7 +115,7 @@
'height' => 120,
'width' => 100,
'flex-width' => true,
'flex-height' => false,
'flex-height' => true,
'header-text' => array( 'site-title', 'site-description' ),
)
);