File tree Expand file tree Collapse file tree
src/components/BannerImage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ export const BannerOverlay = styled.div`
3333 justify-content: flex-start;
3434 align-items: center;
3535 padding: 0 2rem;
36- /* Ajuste aqui para mover o conteúdo um pouco para cima */
3736 padding-bottom: 1.5rem;
3837` ;
3938
@@ -42,7 +41,6 @@ export const TextButtonContainer = styled.div`
4241 flex-direction: column;
4342 align-items: flex-start;
4443 width: 100%;
45- /* Alternativa: ajuste aqui para mover um pouco para cima */
4644 margin-bottom: 0.75rem;
4745` ;
4846
@@ -52,14 +50,16 @@ export const OverlayText = styled.h2`
5250 font-weight: 600;
5351 margin: 0;
5452 text-align: left;
55- color: ${ ( { theme } ) => theme . colors . green } ;
53+ color: #505050 ;
5654 font-family: "League Spartan", sans-serif;
5755
5856 @media (max-width: 1000px) {
5957 font-size: 1rem;
6058 margin: 0 0 0.5rem 0;
6159 max-width: 100%;
6260 }
61+
62+ margin-bottom: 0.5rem;
6363` ;
6464
6565export const OverlayButton = styled . label `
You can’t perform that action at this time.
0 commit comments