Persano commited on
Commit
ead7f4f
·
verified ·
1 Parent(s): db0ec61

Update templates/relatorio.html

Browse files
Files changed (1) hide show
  1. templates/relatorio.html +2 -2
templates/relatorio.html CHANGED
@@ -48,9 +48,9 @@
48
  color: #003366;
49
  }
50
  table {
51
- width: 100%;
 
52
  border-collapse: collapse;
53
- margin-bottom: 30px;
54
  box-shadow: 0 0 6px rgb(0 0 0 / 0.05);
55
  }
56
  th, td {
 
48
  color: #003366;
49
  }
50
  table {
51
+ width: 90%;
52
+ margin: 0 auto 30px auto;
53
  border-collapse: collapse;
 
54
  box-shadow: 0 0 6px rgb(0 0 0 / 0.05);
55
  }
56
  th, td {