diff --git a/src/components/atoms/Banner/index.module.scss b/src/components/atoms/Banner/index.module.scss index 0f0c7fb..5fd5625 100644 --- a/src/components/atoms/Banner/index.module.scss +++ b/src/components/atoms/Banner/index.module.scss @@ -26,16 +26,17 @@ } } - :nth-child(1) { - font-size: 60px; - margin: 10px 0; - @media screen and (min-width: '768px') { - font-size: 96px; - margin: initial; - } - } + // :nth-child(1) { + // font-size: 60px; + // margin: 10px 0; + // @media screen and (min-width: '768px') { + // font-size: 96px; + // margin: initial; + // } + // } - :nth-child(2) { + // :nth-child(2) { + :nth-child(1) { font-size: 40px; margin: 10px 0; @media screen and (min-width: '768px') { diff --git a/src/components/atoms/Banner/index.tsx b/src/components/atoms/Banner/index.tsx index e7a170a..9e47d6e 100644 --- a/src/components/atoms/Banner/index.tsx +++ b/src/components/atoms/Banner/index.tsx @@ -6,9 +6,9 @@ import { BannerProps } from './index.types'; const Index = ({ text }: BannerProps) => { return (
L'evento avrà luogo a Grottole (MT) presso Bosco Coste.
diff --git a/src/components/organisms/Guests/index.tsx b/src/components/organisms/Guests/index.tsx index 87518b8..5cb154d 100644 --- a/src/components/organisms/Guests/index.tsx +++ b/src/components/organisms/Guests/index.tsx @@ -5,6 +5,7 @@ import Heading from '../../atoms/Heading'; import GuestCard from '../../atoms/GuestCard'; import { GatsbyImage } from 'gatsby-plugin-image'; import ImageTemp from '../../atoms/ImageTemp'; +import Banner from '../../atoms/Banner'; const Index = () => { const talkGuests = guests.filter((e) => e.type === GUEST_TYPE.TALK); @@ -41,6 +42,8 @@ const Index = () => { return (