clase num para celdas en tabla

This commit is contained in:
sejo 2022-02-09 16:58:02 -06:00
parent 2b865728a4
commit 9fb05eb4dd
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ tbody th {
tbody td {
padding: 0.1em 1em;
}
td.num{
text-align:right;
}
/* desktop */
@media screen and (min-width: 600px) {