Skip to content

Commit

Permalink
Update public header
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorCarvalho67 committed Nov 25, 2024
1 parent 21a5f04 commit 8517efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ul>
</div>
</li>
<li><router-link to="/home">Sobre Nós</router-link></li>
<li><router-link to="/vagas">Estágios</router-link></li>
<li><router-link to="/register">Cadastre-se Agora</router-link></li>
<li class="hamburger">
<button @click="showAside = true">
Expand Down
2 changes: 1 addition & 1 deletion client/src/scss/pages/shared/_vagas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
height: 100vh;

main {
@include flex(row, flex-start, start);
@include flex(row, center, start);
height: calc(100vh - 80px);
background-color: $primary-color-dark;

Expand Down

0 comments on commit 8517efc

Please sign in to comment.