Skip to content

Commit

Permalink
Merge pull request #30 from fga-eps-mds/50-pauta
Browse files Browse the repository at this point in the history
arrumando responsividade da tela
  • Loading branch information
geraldovictor authored Dec 5, 2023
2 parents 0bfa03c + 2b1bec4 commit afc4869
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 afc4869

Please sign in to comment.