mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 21:45:04 +10:00
fix flex width issue in pikachu
This commit is contained in:
@@ -42,7 +42,7 @@ export function PikachuTemplate({ pageIndex, pageLayout }: TemplateProps) {
|
||||
)}
|
||||
</aside>
|
||||
|
||||
<main data-layout="main" className="group page-main space-y-3">
|
||||
<main data-layout="main" className="group page-main flex-1 space-y-3">
|
||||
{isFirstPage && <Header />}
|
||||
|
||||
<div className="space-y-4 pb-(--page-margin-y)">
|
||||
|
||||
Reference in New Issue
Block a user