Merge branch 'homepage-fixes' into 'develop'

Improve very long title on homepage

See merge request soapbox-pub/soapbox-fe!1466
ci-review-rules
Alex Gleason 2022-05-28 01:02:13 +00:00
commit 4c2be39ccb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -73,9 +73,9 @@ const LandingPage = () => {
<div className='mx-auto max-w-7xl'>
<div className='grid grid-cols-1 lg:grid-cols-12 gap-8 py-12'>
<div className='px-4 sm:px-6 sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left lg:flex'>
<div>
<div className='w-full'>
<Stack space={3}>
<h1 className='text-5xl font-extrabold text-transparent bg-clip-text bg-gradient-to-br from-accent-500 via-primary-500 to-gradient-end sm:mt-5 sm:leading-none lg:mt-6 lg:text-6xl xl:text-7xl'>
<h1 className='text-5xl font-extrabold text-transparent text-ellipsis overflow-hidden bg-clip-text bg-gradient-to-br from-accent-500 via-primary-500 to-gradient-end sm:mt-5 sm:leading-none lg:mt-6 lg:text-6xl xl:text-7xl'>
{instance.title}
</h1>