Update templates/relatorio.html
Browse files- templates/relatorio.html +2 -2
templates/relatorio.html
CHANGED
@@ -48,9 +48,9 @@
|
|
48 |
color: #003366;
|
49 |
}
|
50 |
table {
|
51 |
-
width:
|
|
|
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 {
|