fix: add margin-bottom: 0 to blog post author (#1193)

This commit is contained in:
Simen Bekkhus 2019-01-22 18:37:11 +01:00 committed by Yangshun Tay
parent 54a338acaa
commit f6342731cc

View file

@ -2076,6 +2076,7 @@ input::placeholder {
justify-content: center;
margin-right: 10px;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}