diff --git a/.gitignore b/.gitignore index fd3dbb5..e0dc08e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ /.pnp .pnp.js .yarn/install-state.gz - +.idea # testing /coverage diff --git a/src/sections/HeroSection/HeroSection.module.css b/src/sections/HeroSection/HeroSection.module.css index 91682f5..8ba3ec3 100644 --- a/src/sections/HeroSection/HeroSection.module.css +++ b/src/sections/HeroSection/HeroSection.module.css @@ -56,6 +56,10 @@ z-index: 2; } +.marketPlace { + width: auto; +} + @media screen and (min-width: 641px) { .infoHeading { font-size: 3.5rem; diff --git a/src/sections/HeroSection/HeroSection.tsx b/src/sections/HeroSection/HeroSection.tsx index 0e56300..a4ee0a2 100644 --- a/src/sections/HeroSection/HeroSection.tsx +++ b/src/sections/HeroSection/HeroSection.tsx @@ -30,9 +30,9 @@ export function HeroSection() {
- {'Логотип - {'Логотип - {'Логотип + {'Логотип + {'Логотип + {'Логотип
);