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 {
|
.docs-icon-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto auto auto auto;
|
grid-template-columns: auto auto auto auto;
|
||||||
gap: 20px;
|
row-gap: 40px;
|
||||||
|
column-gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docs-icon-list-item {
|
.docs-icon-list-item {
|
||||||
|
|
Loading…
Reference in a new issue