Skip to content

Commit

Permalink
arrumando responsividade da tela
Browse files Browse the repository at this point in the history
  • Loading branch information
castroricardo1 committed Nov 30, 2023
1 parent 38597c6 commit 2b1bec4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/app/pages/participate/participate.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@
font-family: "unb-pro", sans-serif;
font-style: normal;
font-weight: 700;
line-height: 12.35px;
margin-left: 29px;
margin-top: 45px;
margin-bottom: 40px;
line-height: 12.35px;
text-align: start;
margin-bottom: 50px;
}

.containner {

width: 360px;
margin-left: auto;
height: 100%;
margin-right: auto;
text-align: center;
height: -300px;
margin-left: auto;
margin-top: 0;
margin-bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.input:focus {
Expand Down

0 comments on commit 2b1bec4

Please sign in to comment.