mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-20 12:54:06 +00:00
Merge pull request #100 from LaconicNetwork/styling-fixes
Addressed issue #99
This commit is contained in:
commit
02683506a1
BIN
public/og.png
Normal file
BIN
public/og.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 809 KiB |
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user