Skip to content

Commit

Permalink
fix: footer links margin (#1781)
Browse files Browse the repository at this point in the history
* fix footer links margin

* Update main.css
  • Loading branch information
blackredscarf authored and yangshun committed Sep 13, 2019
1 parent a585324 commit a16e346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docusaurus-1.x/lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a16e346

Please sign in to comment.