Title test and less blur
This commit is contained in:
parent
0328e4f484
commit
7b5b950365
3 changed files with 2 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
@use "../../assets/stylesheets/abstracts/mixins" as *;
|
@use "../../assets/stylesheets/abstracts/mixins" as *;
|
||||||
|
|
||||||
header {
|
header {
|
||||||
backdrop-filter: blur(7px);
|
backdrop-filter: blur(5px);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -54,9 +54,6 @@ const ProjectsSwiper = () => {
|
||||||
slidesPerView: 2,
|
slidesPerView: 2,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
onSwiper={(swiper) => {
|
|
||||||
console.log(swiper);
|
|
||||||
}}
|
|
||||||
modules={[Autoplay]}
|
modules={[Autoplay]}
|
||||||
id={`active-slide-${activeSlide}`}
|
id={`active-slide-${activeSlide}`}
|
||||||
key={`our-swiper`}
|
key={`our-swiper`}
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ const IndexPage = () => {
|
||||||
|
|
||||||
export default IndexPage;
|
export default IndexPage;
|
||||||
|
|
||||||
export const Head = () => <Seo />;
|
export const Head = () => <Seo title="MID Creative"/>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue