fix overflow

This commit is contained in:
Dylan Pizzo
2026-06-15 09:25:37 -04:00
parent f3d84f3c55
commit a184c8c3f7
-2
View File
@@ -36,8 +36,6 @@ export const AuthorPage = () => {
<div
className={css`
margin: auto;
width: max-content;
max-inline-size: 66ch;
padding: 1.5em;
display: flex;
flex-direction: column;