Skip to content
Merged

. #102

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/DepartmentDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const DepartmentDetails = () => {
<>
<Transition />

<div id="departmentdetails" className="bg-[url(/bg/Bg-Low.png)] min-h-screen w-full pt-[68px] flex flex-col items-center pb-[50px]" style={{ height: "100vh" }}>
<div id="departmentdetails" className="bg-[url(/bg/Bg-Low.png)] w-full pt-[98px] flex flex-col items-center pb-[50px]">
<div className="flex flex-col items-center lg:w-[1210px] md:w-[660px] w-[343px] gap-8 relative">
<div className="w-full">
<div className="flex gap-4 items-center justify-start cursor-pointer hover:bg-gray-100 rounded-2xl py-1 w-fit" onClick={() => navigate(`/${type}`)}>
Expand Down
Loading