File tree Expand file tree Collapse file tree
src/components/TechnologyBanner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const LearnAboutText = styled(Header1)<LearnAboutTextProps>`
4646 text-align: center;
4747 color: ${ ( { color, theme } ) => ( color === 'green' ? theme . colors . mainGreen : theme . colors . white ) } ;
4848 @media (${ Styles . devices . mobileL } ) {
49- font-size: 1.35rem ;
49+ font-size: 2.0rem ;
5050 width: 100%;
5151 }
5252` ;
@@ -71,7 +71,7 @@ export const MoreTechnologiesText = styled(Subtitle)`
7171 font-size: 1.5rem;
7272
7373 @media (${ Styles . devices . mobileL } ) {
74- font-size: 1rem ; }
74+ font-size: 1.2rem ; }
7575` ;
7676
7777export const ContainerTechnology = styled . div `
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export const TechnologyBanner = ({ id }: TechnologyContainerProps) => {
5656 alt = 'React logo'
5757 src = { reactLogo }
5858 > </ StyledImage >
59- < MainTitleTechnology > React </ MainTitleTechnology >
59+ < MainTitleTechnology > </ MainTitleTechnology >
6060 < TechnologyDescription > { t ( 'technology.subtitleFrontEnd' ) } </ TechnologyDescription >
6161 < OthersFrameworksText > { t ( 'technology.therFrameworks' ) } </ OthersFrameworksText >
6262 < UnorderedListTecnology >
@@ -70,11 +70,11 @@ export const TechnologyBanner = ({ id }: TechnologyContainerProps) => {
7070
7171 < CardTechnology >
7272 < TitleCardTechnology > Back-end</ TitleCardTechnology >
73- < Image
73+ < StyledImage
7474 alt = 'C# logo'
7575 src = { cSharpLogo }
7676 />
77- < MainTitleTechnology > C# </ MainTitleTechnology >
77+ < MainTitleTechnology > </ MainTitleTechnology >
7878 < TechnologyDescription > { t ( 'technology.subtitleBackEnd' ) } </ TechnologyDescription >
7979 < OthersFrameworksText > { t ( 'technology.therFrameworks' ) } </ OthersFrameworksText >
8080 < UnorderedListTecnology >
@@ -88,11 +88,11 @@ export const TechnologyBanner = ({ id }: TechnologyContainerProps) => {
8888
8989 < CardTechnology >
9090 < TitleCardTechnology > Infraestrutura</ TitleCardTechnology >
91- < Image
91+ < StyledImage
9292 alt = 'Azure logo'
9393 src = { azureLogo }
9494 />
95- < MainTitleTechnology > Azure </ MainTitleTechnology >
95+ < MainTitleTechnology > </ MainTitleTechnology >
9696 < TechnologyDescription > { t ( 'technology.subtitleInfra' ) } </ TechnologyDescription >
9797 < OthersFrameworksText > { t ( 'technology.therFrameworks' ) } </ OthersFrameworksText >
9898 < UnorderedListTecnology >
You can’t perform that action at this time.
0 commit comments