give some small padding on image to make it vertical spacing more even

This commit is contained in:
Jimmy 2020-02-05 15:47:54 -08:00
parent d97951b499
commit e045177031

View File

@ -207,3 +207,7 @@ a {
border-bottom-style: solid;
border-bottom-width: 1px;
}
md img {
margin-bottom: 8px;
}