mirror of
https://github.com/acid-info/free.technology.git
synced 2025-03-01 01:40:33 +00:00
chore: misc. design and link updates
This commit is contained in:
parent
9b7161bb7e
commit
12239081e1
@ -26,6 +26,13 @@ const Container = styled.div`
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: ${breakpoints.xl}px) {
|
||||||
|
sup {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: ${breakpoints.md}px) {
|
@media (max-width: ${breakpoints.md}px) {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 122%;
|
line-height: 122%;
|
||||||
|
@ -41,7 +41,7 @@ const Header = styled.div`
|
|||||||
margin-bottom: 42px;
|
margin-bottom: 42px;
|
||||||
|
|
||||||
sup {
|
sup {
|
||||||
font-size: 12px;
|
font-size: 18px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
import { breakpoints } from '@/configs/ui.configs'
|
import { breakpoints } from '@/configs/ui.configs'
|
||||||
import styled from '@emotion/styled'
|
import styled from '@emotion/styled'
|
||||||
|
import Link from 'next/link'
|
||||||
|
|
||||||
const ServiceContact = () => {
|
const ServiceContact = () => {
|
||||||
return (
|
return (
|
||||||
@ -15,7 +16,9 @@ const ServiceContact = () => {
|
|||||||
please get in touch.
|
please get in touch.
|
||||||
</Description>
|
</Description>
|
||||||
</Content>
|
</Content>
|
||||||
<EmailButton>Email us</EmailButton>
|
<Link href="mailto:info@free.technology">
|
||||||
|
<EmailButton>Email us</EmailButton>
|
||||||
|
</Link>
|
||||||
</Container>
|
</Container>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user