Skip to content

Commit

Permalink
adjust style sun
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-miranda-leite committed Dec 22, 2021
1 parent 83764d3 commit b438986
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/sections/footer/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ export const Container = styled.div`
p {
display: flex;
align-items: center;
font-size: 2rem;
font-weight: 500;
font-family: 'Ubuntu';
color: ${({theme}) => theme.colors.textDark};
strong {
img {
width: 5rem;
height: 5rem;
animation: ${animationSun} 4s linear infinite;
}
}
Expand Down

0 comments on commit b438986

Please sign in to comment.