Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed May 8, 2023
1 parent 89637a1 commit c4db3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Service/PageOpenGraphImageGenerator.php
Expand Up @@ -35,7 +35,7 @@ public function __construct(
private readonly string $publicMediaDir,
private readonly int $imageHeight = 600,
private readonly int $imageWidth = 1200,
private readonly int $marginSize = 40,
private readonly int $marginSize = 60,
) {
if (null !== $this->apps->getCurrentPage()) {
$this->page = $this->apps->getCurrentPage();
Expand Down

0 comments on commit c4db3bf

Please sign in to comment.