We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911e8b9 commit 045d727Copy full SHA for 045d727
1 file changed
client/src/components/ui/progress.tsx
@@ -25,9 +25,11 @@ export default function ProgressBar({ pageName }: { pageName: string }) {
25
26
return (
27
<div>
28
- <div className="customerBar w-full flex-col justify-center gap-2">
+ <div className="w-full flex-col justify-center">
29
<div className="mb-4 flex items-center justify-center">
30
- <a className="title-large text-dark">{titleName}</a>
+ <a className="title-large text-center text-[50px] text-dark md:text-[60px]">
31
+ {titleName}
32
+ </a>
33
</div>
34
<div className="flex flex-1">
35
<div
0 commit comments