mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 20:51:29 +10:00
feat(templates): make main full-width if sidebar is empty
This commit is contained in:
@ -599,7 +599,7 @@ export const Gengar = ({ columns, isFirstPage = false }: TemplateProps) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="main group col-span-2">
|
||||
<div className={cn("main group", sidebar.length !== 0 ? "col-span-2" : "col-span-3")}>
|
||||
{isFirstPage && (
|
||||
<div
|
||||
className="p-custom space-y-4"
|
||||
|
||||
Reference in New Issue
Block a user