Merge pull request #100 from LaconicNetwork/styling-fixes

Addressed issue #99
This commit is contained in:
olive kimoto 2022-07-27 13:24:59 +02:00 committed by GitHub
commit 02683506a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

BIN
public/og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

View File

@ -15,6 +15,7 @@
font-family: var(--font-dm-mono);
font-size: tovw(18px, 'default', 18px);
appearance: none;
white-space: nowrap;
&:disabled {
pointer-events: none;

View File

@ -5,7 +5,6 @@ import { Arrow } from '~/components/icons/arrow'
import Line from '~/components/icons/line'
import { Container } from '~/components/layout/container'
import Section from '~/components/layout/section'
import { ButtonLink } from '~/components/primitives/button'
import Heading from '~/components/primitives/heading'
import s from './hero.module.scss'
@ -88,9 +87,6 @@ const Hero = ({ data }: Props) => {
{data?.heroLine}
</Heading>
</div>
<ButtonLink variant="primary" href={data?.heroButtonLink}>
{data?.heroButtonLabel}
</ButtonLink>
</div>
</div>
</Container>