feat: Add custom breakpoint for laptop dimensions (1348px)

- Added a new breakpoint "laptop" with a width of 1348px to the Tailwind configuration.
- This breakpoint accommodates the dimensions of 1348px width for responsive designs.
This commit is contained in:
ISA
2025-01-22 13:10:55 +01:00
parent 2d8962eda3
commit 176624740b
4 changed files with 72 additions and 50 deletions

View File

@@ -100,7 +100,7 @@ function Dashboard() {
};
return (
<div className="flex flex-col gap-4 p-4 2xl:h-full overflow-auto">
<div className="flex flex-col gap-4 p-4 2xl:h-full xl:h-full overflow-auto">
<div className="flex justify-between items-center w-full lg:w-2/3">
<div className="flex justify-between gap-1 ">
<Icon