diff --git a/src/components/shared/Intro.module.css b/src/components/shared/Intro.module.css index 798d966b..4c1aee36 100644 --- a/src/components/shared/Intro.module.css +++ b/src/components/shared/Intro.module.css @@ -1,6 +1,6 @@ .container { display: flex; - height: 160px; + height: 100px; place-content: space-between; padding: 0px 0px 24px; margin-bottom: 40px; @@ -15,7 +15,7 @@ .img-container { position: relative; - top: -100%; + top: -150px; } @media only screen and (max-width: 600px) {