Adjust heros, reduce noise

This commit is contained in:
Fede Álvarez 2022-06-16 22:38:20 +02:00
parent c4c4ece78c
commit 3c4c81f33a
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import s from './noise.module.css'
import s from './noise.module.scss'
export const Noise = () => {
return (

View File

@ -12,6 +12,12 @@
animation: grain 6s steps(10) infinite;
}
[data-theme='light'] {
.noise {
opacity: 35%;
}
}
@keyframes grain {
0% {
transform: translate(20%, -15%);

View File

@ -89,7 +89,7 @@
display: flex;
flex-direction: column;
margin-top: tovw(26px, 'default', 26px);
gap: tovw(89px, 'default', 56px);
gap: tovw(65px, 'default', 56px);
.header {
@include respond-to('mobile') {