Title test and less blur

This commit is contained in:
Sergejs Kozinecs 2022-10-26 19:43:54 +03:00
parent 0328e4f484
commit 7b5b950365
3 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,7 @@
@use "../../assets/stylesheets/abstracts/mixins" as *;
header {
backdrop-filter: blur(7px);
backdrop-filter: blur(5px);
z-index: 1000;
position: fixed;
width: 100%;

View file

@ -54,9 +54,6 @@ const ProjectsSwiper = () => {
slidesPerView: 2,
},
}}
onSwiper={(swiper) => {
console.log(swiper);
}}
modules={[Autoplay]}
id={`active-slide-${activeSlide}`}
key={`our-swiper`}

View file

@ -11,4 +11,4 @@ const IndexPage = () => {
export default IndexPage;
export const Head = () => <Seo />;
export const Head = () => <Seo title="MID Creative"/>;