mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-04 20:54:21 +03:00
publish: change max-width to match links
This commit is contained in:
parent
6b8155145b
commit
5674e515dd
@ -59,7 +59,7 @@ export function Notebook(props: NotebookProps & RouteComponentProps) {
|
||||
const showNickname = contact?.nickname && !hideNicknames;
|
||||
|
||||
return (
|
||||
<Col gapY="4" pt={4} mx="auto" px={3} maxWidth="500px">
|
||||
<Col gapY="4" pt={4} mx="auto" px={3} maxWidth="768px">
|
||||
<Row justifyContent="space-between">
|
||||
<Box>
|
||||
<Text> {metadata?.title}</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user