mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Modify gap between items in the icon list (#155)
This commit is contained in:
parent
c0e980e148
commit
cb3f6fcc71
1 changed files with 3 additions and 2 deletions
|
@ -126,8 +126,9 @@
|
|||
|
||||
.docs-icon-list {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto auto auto;
|
||||
gap: 20px;
|
||||
grid-template-columns: auto auto auto auto;
|
||||
row-gap: 40px;
|
||||
column-gap: 20px;
|
||||
}
|
||||
|
||||
.docs-icon-list-item {
|
||||
|
|
Loading…
Reference in a new issue