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 5757829 commit a4ea9d3Copy full SHA for a4ea9d3
src/components/Footer.tsx
@@ -1,7 +1,7 @@
1
const TagLine = () => {
2
return (
3
<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–2025 Kevin Lim Development • Malaysia • New Zealand • Australia</div>
+ <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–2025 Kevin Lim Development • Malaysia • New Zealand • Australia</div>
5
</div>
6
);
7
}
0 commit comments