Commit aaff6eba2e26588289d20de894d8acbe22e3377a

Authored by Marcelo Puebla
1 parent 189a3b3af8
Exists in master

Estilo para posicionar paginador.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
... ... @@ -158,3 +158,8 @@ body {
158 158 .min-h-55 {
159 159 min-height: 55px;
160 160 }
  161 +
  162 +.pagination {
  163 + justify-content: center !important;
  164 + display: flex !important;
  165 +}