style: apply max-width to post
This commit is contained in:
parent
c01ade5951
commit
5135623562
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const { title } = Astro.props;
|
|||
}
|
||||
|
||||
#post-wrapper {
|
||||
max-width: 600px;
|
||||
flex: 2
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue