style: apply max-width to post

This commit is contained in:
Ayo 2023-06-06 08:48:31 +02:00
parent c01ade5951
commit 5135623562

View file

@ -41,6 +41,7 @@ const { title } = Astro.props;
} }
#post-wrapper { #post-wrapper {
max-width: 600px;
flex: 2 flex: 2
} }