center background
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-30 17:46:27 +01:00
parent c90ac7c32f
commit 97779bb248
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -145,7 +145,7 @@ export default {
ogImageStyle() {
if (this.background) {
return {
background: `url(${this.background})`,
background: `url(${this.background}) center`,
backgroundSize: 'cover',
}
}