adjusted home dash sizes
This commit is contained in:
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`w-full h-[47px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
className={`w-full md:h-[47px] xxs:h-[74px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
||||||
className || ""
|
className || ""
|
||||||
}`}
|
}`}
|
||||||
style={{
|
style={{
|
||||||
@@ -25,7 +25,7 @@ export default function JobOwnerDashboard({
|
|||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="h-full flex w-full justify-between mb-5 lg:mb-0">
|
<div className="h-full flex flex-wrap w-full justify-between mb-5 lg:mb-0">
|
||||||
{/* heading */}
|
{/* heading */}
|
||||||
<div className="flex gap-8">
|
<div className="flex gap-8">
|
||||||
<h1 className="text-base ng font-medium text-white tracking-wide">
|
<h1 className="text-base ng font-medium text-white tracking-wide">
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`w-full h-[47px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
className={`w-full md:h-[47px] xxs:h-[74px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
||||||
className || ""
|
className || ""
|
||||||
}`}
|
}`}
|
||||||
style={{
|
style={{
|
||||||
@@ -25,7 +25,7 @@ export default function JobOwnerDashboard({
|
|||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="h-full flex w-full justify-between mb-5 lg:mb-0">
|
<div className="h-full flex flex-wrap w-full justify-between mb-5 lg:mb-0">
|
||||||
{/* heading */}
|
{/* heading */}
|
||||||
<div className="flex gap-8">
|
<div className="flex gap-8">
|
||||||
<h1 className="text-base ng font-medium text-white tracking-wide">
|
<h1 className="text-base ng font-medium text-white tracking-wide">
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`w-full h-[47px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
className={`w-full md:h-[47px] xxs:h-[74px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
||||||
className || ""
|
className || ""
|
||||||
}`}
|
}`}
|
||||||
style={{
|
style={{
|
||||||
@@ -25,7 +25,7 @@ export default function JobOwnerDashboard({
|
|||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="h-full flex w-full justify-between mb-5 lg:mb-0">
|
<div className="h-full flex flex-wrap w-full justify-between mb-5 lg:mb-0">
|
||||||
{/* heading */}
|
{/* heading */}
|
||||||
<div className="flex gap-8">
|
<div className="flex gap-8">
|
||||||
<h1 className="text-base font-medium text-white tracking-wide">
|
<h1 className="text-base font-medium text-white tracking-wide">
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default function JobOwnerDashboard({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`w-full h-[47px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
className={`w-full md:h-[47px] xxs:h-[74px] flex p-1 flex-wrap justify-between items-center gap-2 rounded-2xl overflow-hidden bg-sky-blue ${
|
||||||
className || ""
|
className || ""
|
||||||
}`}
|
}`}
|
||||||
style={{
|
style={{
|
||||||
@@ -25,7 +25,7 @@ export default function JobOwnerDashboard({
|
|||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="h-full flex w-full justify-between mb-5 lg:mb-0">
|
<div className="h-full flex flex-wrap w-full justify-between mb-5 lg:mb-0">
|
||||||
{/* heading */}
|
{/* heading */}
|
||||||
<div className="flex gap-8">
|
<div className="flex gap-8">
|
||||||
<h1 className="text-base ng font-medium text-white tracking-wide">
|
<h1 className="text-base ng font-medium text-white tracking-wide">
|
||||||
|
|||||||
Reference in New Issue
Block a user