mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Responsive updates.
This commit is contained in:
parent
e4ce7c9071
commit
8aa4192576
14 changed files with 976 additions and 917 deletions
|
|
@ -28,7 +28,14 @@ export function PageBody({
|
|||
}
|
||||
|
||||
return (
|
||||
<Column {...props} width="100%" paddingBottom="9" style={{ margin: '0 auto', maxWidth }}>
|
||||
<Column
|
||||
{...props}
|
||||
width="100%"
|
||||
paddingBottom="9"
|
||||
maxWidth={maxWidth}
|
||||
paddingX="4"
|
||||
style={{ margin: '0 auto' }}
|
||||
>
|
||||
{children}
|
||||
</Column>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue