Skip to content

Commit

Permalink
🎨 Centralizando os titulos
Browse files Browse the repository at this point in the history
issues: #17
  • Loading branch information
Clayder committed Jun 30, 2019
1 parent 707be99 commit d7030de
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
<table class="table table-striped" id="tabelaContato">
<thead>
<tr>
<th>#</th>
<th>Nome</th>
<th>Telefone</th>
<th>E-mail</th>
<th>Cep</th>
<th>Rua</th>
<th>Bairro</th>
<th>Cidade</th>
<th>Complemento</th>
<th>Estado</th>
<th>Visualizar</th>
<th class="text-center">#</th>
<th class="text-center">Nome</th>
<th class="text-center">Telefone</th>
<th class="text-center">E-mail</th>
<th class="text-center">Cep</th>
<th class="text-center">Rua</th>
<th class="text-center">Bairro</th>
<th class="text-center">Cidade</th>
<th class="text-center">Complemento</th>
<th class="text-center">Estado</th>
<th class="text-center">Visualizar</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit d7030de

Please sign in to comment.