diff --git a/react-project/src/components/MainInstitucional/Breadcrumb.tsx b/react-project/src/components/MainInstitucional/Breadcrumb.tsx index 7ecd2c9..e2b34af 100644 --- a/react-project/src/components/MainInstitucional/Breadcrumb.tsx +++ b/react-project/src/components/MainInstitucional/Breadcrumb.tsx @@ -8,12 +8,16 @@ const Breadcrumb = () => {
- Icone Home + Icone Home
- Icone Flecha para direita + Icone Flecha para direita
INSTITUCIONAL
diff --git a/react-project/src/components/MainInstitucional/assets/modules/Breadcrumb.module.scss b/react-project/src/components/MainInstitucional/assets/modules/Breadcrumb.module.scss index 9723cf9..dba3905 100644 --- a/react-project/src/components/MainInstitucional/assets/modules/Breadcrumb.module.scss +++ b/react-project/src/components/MainInstitucional/assets/modules/Breadcrumb.module.scss @@ -4,12 +4,30 @@ gap: 9.72px; margin-bottom: 80px; + @media screen and (min-width: 2500px) { + gap: 12px; + } + a { display: contents; } figure { display: contents; + + .home { + @media screen and (min-width: 2500px) { + width: 31.25px; + height: 31.25px; + } + } + + .arrow { + @media screen and (min-width: 2500px) { + width: 8.9px; + height: 15.62px; + } + } } span { @@ -17,5 +35,10 @@ font-weight: 400; font-size: 12px; line-height: 14px; + + @media screen and (min-width: 2500px) { + font-size: 24px; + line-height: 28px; + } } }