corrección en estilo de tabla

This commit is contained in:
sejo 2022-02-09 18:29:06 -06:00
parent ee160e4c01
commit 354a1a81a3
1 changed files with 2 additions and 3 deletions

View File

@ -24,15 +24,14 @@ h1,h2,h3{
table {
font-size: smaller;
max-width: 90%;
border-collapse: collapse;
margin: 1em auto;
text-align:left;
}
tbody th {
table th {
border-bottom: 1px solid black;
padding: 0.1em 1em;
}
tbody td {
table td {
padding: 0.1em 1em;
}
td.num{