Skip to content

Commit

Permalink
[Core] better medium unprose size
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Aug 12, 2022
1 parent 46face4 commit ec94a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Twig/UnproseTwigTrait.php
Expand Up @@ -9,7 +9,7 @@ trait UnproseTwigTrait
*/
public function unprose(string $html): string
{
$unproseClass = 'not-prose lg:-mx-40 my-6';
$unproseClass = 'not-prose lg:-mx-40 my-6 md:-mx-20';

return '<div class="'.$unproseClass.'">'.$html.'</div>';
}
Expand Down

0 comments on commit ec94a0f

Please sign in to comment.