fix: footer links margin (#1781)

* fix footer links margin

* Update main.css
This commit is contained in:
BlackRedScarf 2019-09-14 04:11:43 +08:00 committed by Yangshun Tay
parent a5853241e1
commit a16e346c81

View file

@ -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,