Add margin to table

This commit is contained in:
Alex Cabal 2020-12-27 21:08:07 -06:00
parent 8100bb1a74
commit 52842ed0eb

View file

@ -8,3 +8,7 @@ abbr.era{
dd + dt{
margin-top: 1em;
}
table tbody td:last-child{
text-align: right;
}