Skip to content

Commit

Permalink
Estilização
Browse files Browse the repository at this point in the history
  • Loading branch information
nickunger99 committed Feb 11, 2022
1 parent eebe940 commit 5ef24fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/mural-vagas/mural-vagas.component.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

<section class="lista-vagas">

<div class="container">
<article class="card-vagas">
<div class="container ">
<article class="card-vagas mt-5">
<div *ngFor="let vaga of vagas">
<div class="card border border-dark" style="width: 18rem">
<img
Expand Down
2 changes: 1 addition & 1 deletion src/app/painel-vagas/painel-vagas.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="mt-5">
<div class="container mt-5 mb-5 d-flex justify-content-center">
<div class="card px-1 py-4 border border-secondary ">
<div class="card-body ">
<div class="card-body">
<h1 class="text-center">Cadastrar Vaga</h1>

<form>
Expand Down
2 changes: 1 addition & 1 deletion src/app/rodape/rodape.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ footer {
bottom: 0;
width: 100%;
text-align: center;
margin-top: 135px;
margin-top: 160px;
}

0 comments on commit 5ef24fe

Please sign in to comment.