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 { table {
font-size: smaller; font-size: smaller;
max-width: 90%; max-width: 90%;
border-collapse: collapse;
margin: 1em auto; margin: 1em auto;
text-align:left; text-align:left;
} }
tbody th { table th {
border-bottom: 1px solid black; border-bottom: 1px solid black;
padding: 0.1em 1em; padding: 0.1em 1em;
} }
tbody td { table td {
padding: 0.1em 1em; padding: 0.1em 1em;
} }
td.num{ td.num{