mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
fix: footer links margin (#1781)
* fix footer links margin * Update main.css
This commit is contained in:
parent
a5853241e1
commit
a16e346c81
1 changed files with 2 additions and 2 deletions
|
@ -2323,8 +2323,8 @@ input::placeholder {
|
|||
.nav-footer .sitemap a {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
display: block;
|
||||
margin: 2px -10px;
|
||||
padding: 3px 10px;
|
||||
margin: 2px 0;
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
.nav-footer .sitemap a:hover,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue