Skip to content

Commit

Permalink
fixed sobre css mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinib96 committed Jun 3, 2024
1 parent 2c5f4c1 commit 8e7618e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Frontend/src/pages/Sobre.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@
margin: 0;
padding-bottom: 1rem;
}
.sobre__main-box {
display: flex;
flex-direction: column;
align-items: center;
}

.sobre__main-container {
display: grid;
padding: 2rem;
padding: 1rem;
grid-template-areas:
'vasos'
'paragraph1'
Expand Down Expand Up @@ -78,8 +83,6 @@
background-size: cover;
}
.sobre__main-box {
display: flex;
flex-direction: column;
padding-top: 96px;
}
.sobre__main-container {
Expand Down

0 comments on commit 8e7618e

Please sign in to comment.