mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +02:00
fix: add margin-bottom: 0 to blog post author (#1193)
This commit is contained in:
parent
54a338acaa
commit
f6342731cc
1 changed files with 1 additions and 0 deletions
|
@ -2076,6 +2076,7 @@ input::placeholder {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue