Use padding instead of margin for bg color
This commit is contained in:
parent
ba129a7a73
commit
00c04e967f
|
@ -25,7 +25,7 @@ export function Page(props: {
|
|||
</div>
|
||||
<main
|
||||
className={clsx(
|
||||
'mt-6 lg:col-span-9',
|
||||
'pt-6 lg:col-span-9',
|
||||
rightSidebar ? 'xl:col-span-7' : 'xl:col-span-8'
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user