Really add margin to table...

This commit is contained in:
Alex Cabal 2020-12-27 21:14:09 -06:00
parent 52842ed0eb
commit d8d19ff99e

View file

@ -9,6 +9,10 @@ dd + dt{
margin-top: 1em;
}
table{
margin: 1em;
}
table tbody td:last-child{
text-align: right;
}