Skip to content

Commit a4ea9d3

Browse files
committed
20250725152558
1 parent 5757829 commit a4ea9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const TagLine = () => {
22
return (
33
<div className='relative w-full'>
4-
<div className='absolute left-1/2 bottom-0 -translate-x-1/2 font-primary text-[1rem] text-white tracking-wide text-center my-[0.9375rem]'>est. 2015&ndash;2025 Kevin Lim Development &bull; Malaysia &bull; New Zealand &bull; Australia</div>
4+
<div className='absolute left-1/2 bottom-0 -translate-x-1/2 w-full font-primary text-[1rem] text-white tracking-wide text-center my-[0.9375rem]'>est. 2015&ndash;2025 Kevin Lim Development &bull; Malaysia &bull; New Zealand &bull; Australia</div>
55
</div>
66
);
77
}

0 commit comments

Comments
 (0)