Add margin to nav-list for browser without 'flex' support.

This commit is contained in:
liding 2024-06-10 09:05:47 +08:00
parent f04ca4a96b
commit 683807b74a

View File

@ -35,7 +35,7 @@
}
.nav-list {
padding: 0;
margin: 0px;
margin: 6px 0 0 0;
}
.nav-list .nav-list-item {
float: left;