Skip to content

Commit

Permalink
add adapter mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
CiceroEduardo84 committed Feb 8, 2024
1 parent 9140b7f commit 79b620a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Container = styled.footer`
padding: 3rem;
a {
width: 100%;
max-width: 38rem;
height: 6.4rem;
margin: auto;
padding: 0.8rem;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/App/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const Container = styled.div`
align-items: center;
justify-content: space-between;
flex-direction: column;
max-height: 100vh;
min-height: 100vh;
`;
3 changes: 1 addition & 2 deletions src/pages/Home/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Container = styled.main`
.boxWeatherForecast {
width: 100%;
height: 22rem;
height: 40vh;
margin: 0 auto;
border-radius: 1rem;
Expand Down Expand Up @@ -144,7 +144,6 @@ export const Container = styled.main`
.boxStatistics {
width: 100%;
display: flex;
align-items: center;
Expand Down

0 comments on commit 79b620a

Please sign in to comment.