mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-19 16:34:09 +00:00
Fix links, styles
This commit is contained in:
parent
f3f8337412
commit
33a5d4f7b4
@ -26,6 +26,11 @@
|
||||
transform: rotate(45deg) scale(1.15);
|
||||
}
|
||||
}
|
||||
|
||||
.image__container {
|
||||
filter: brightness(125%);
|
||||
transition: filter var(--duration-normal);
|
||||
}
|
||||
}
|
||||
|
||||
&-blog {
|
||||
|
||||
@ -207,7 +207,7 @@ export const Footer = () => {
|
||||
</ul>
|
||||
<ul className={s['connect__links']}>
|
||||
<li>
|
||||
<Link href="#" variant="nav">
|
||||
<Link href="/contact#contactform" variant="nav">
|
||||
Connect
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
@ -165,7 +165,7 @@ export const Header = () => {
|
||||
className="hide-on-mobile"
|
||||
href="https://discord.com/invite/ukhbBemyxY"
|
||||
size="small"
|
||||
variant="interactive"
|
||||
variant="default"
|
||||
>
|
||||
Join Us
|
||||
</ButtonLink>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
}
|
||||
|
||||
position: relative;
|
||||
margin: tovw(135px, 'default', 70px) 0;
|
||||
padding: tovw(104px, 'default', 95px) 0;
|
||||
margin: tovw(135px, 'default', 55px) 0;
|
||||
padding: tovw(104px, 'default', 55px) 0;
|
||||
|
||||
.container {
|
||||
@include respond-to('mobile') {
|
||||
|
||||
@ -30,7 +30,7 @@ const Form = ({ data }: Props) => {
|
||||
const [selectedOption, setSelectedOption] = useState<any>(null)
|
||||
|
||||
return (
|
||||
<Section className={s['section']}>
|
||||
<Section className={s['section']} id="contactform">
|
||||
<Container className={s['container']}>
|
||||
<div className={s['header']}>
|
||||
<Heading as="h2" variant="md">
|
||||
|
||||
@ -73,9 +73,8 @@
|
||||
|
||||
&:hover {
|
||||
img:first-child {
|
||||
opacity: 80%;
|
||||
filter: grayscale(50%);
|
||||
transition: all 300ms;
|
||||
filter: brightness(125%);
|
||||
transition: filter var(--duration-normal);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user