Add vertical align to table

This commit is contained in:
Alex Cabal 2020-12-08 18:55:09 -06:00
parent e25c8ee932
commit a5149db726

View file

@ -25,6 +25,7 @@ table{
table td{
padding: 0 .5em;
vertical-align: bottom;
}
table td:last-child{