Refactor layout components to remove unnecessary min-height and improve responsiveness

This commit is contained in:
Matthieu
2025-11-21 17:09:37 +01:00
parent 73b7735074
commit e062a3a84f
6 changed files with 12 additions and 15 deletions

View File

@@ -191,9 +191,6 @@ import React, { useState, useRef, useEffect } from 'react';
</div>
</div>
</nav>
{/* Content Padding */}
<div className="md:pt-16 pb-16 md:pb-0" />
</>
);
}