design system token v0.4
This commit is contained in:
@@ -26,7 +26,7 @@ function PageLayout({
|
||||
<div
|
||||
className={cn(
|
||||
'flex flex-1',
|
||||
navbar && 'pt-16', // offset for fixed navbar
|
||||
navbar && 'pt-16.25', // offset for fixed 65px navbar
|
||||
)}
|
||||
>
|
||||
{sidebar && (
|
||||
|
||||
Reference in New Issue
Block a user