修改BUG:图标选择页面上边距为0
This commit is contained in:
parent
00e795a1b5
commit
bf780cba37
|
@ -1,5 +1,10 @@
|
|||
.page-header {
|
||||
margin-top: 40px;
|
||||
.fa-icons > section {
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.fa-target {
|
||||
|
|
Loading…
Reference in New Issue