mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix: footer links margin (#1781)
* fix footer links margin * Update main.css
This commit is contained in:
parent
a5853241e1
commit
a16e346c81
|
|
@ -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…
Reference in New Issue