Skip to content

Commit

Permalink
Update Twitter card height to 500px
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Dec 15, 2023
1 parent d24f898 commit 379f820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/twitter.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if($html)
<div class="flex justify-center twitter-card" style="min-height: 764px">
<div class="flex justify-center twitter-card" style="min-height: 500px">
{!! $html !!}
</div>
@else
Expand Down

0 comments on commit 379f820

Please sign in to comment.