diff --git a/webroot/js/app.js b/webroot/js/app.js index 29706c78b..226230549 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -348,7 +348,10 @@ export default class App extends Component { } = logo; const bgLogo = { backgroundImage: `url(${smallLogo})` }; - const bgLogoLarge = { backgroundImage: `url(${largeLogo})` }; + const bgLogoLarge = { + backgroundImage: `url(${largeLogo})`, + backgroundSize: 'contain', + }; const tagList = (tags !== null && tags.length > 0) ? tags.map(