mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-04 13:14:07 +00:00
feat: improve app section
This commit is contained in:
parent
e3447c2ffa
commit
a65bd6d265
@ -2,10 +2,7 @@
|
||||
|
||||
.section {
|
||||
@include respond-to('mobile') {
|
||||
background-image: url('/images/pre-footer-mobile.png');
|
||||
background-position: 50%;
|
||||
background-size: cover;
|
||||
height: calc(var(--vw) * 95);
|
||||
height: calc(var(--vw) * 80);
|
||||
}
|
||||
|
||||
display: flex;
|
||||
@ -13,7 +10,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: tovw(100px, 'default', 50px) 0;
|
||||
height: calc(var(--vw) * 60);
|
||||
height: calc(var(--vw) * 45);
|
||||
|
||||
.container {
|
||||
@include respond-to('mobile') {
|
||||
|
||||
@ -10,17 +10,6 @@ import s from './app.module.scss'
|
||||
const AppSection = () => {
|
||||
return (
|
||||
<Section className={s['section']} id="laconicapp">
|
||||
<video
|
||||
autoPlay
|
||||
className={clsx('hide-on-mobile', s['video'])}
|
||||
controls={false}
|
||||
loop
|
||||
muted
|
||||
playsInline={true}
|
||||
preload="true"
|
||||
>
|
||||
<source src="/videos/hero-grid.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<Container className={s['container']}>
|
||||
<Heading as="h2" variant="lg">
|
||||
Laconic App
|
||||
|
||||
Loading…
Reference in New Issue
Block a user