reduce column gap to one
This commit is contained in:
parent
fd295862fd
commit
541c0e9c71
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ h1 + p {
|
|||
/* List */
|
||||
main ul {
|
||||
column-count: 2;
|
||||
column-gap: 5em;
|
||||
column-gap: 1em;
|
||||
}
|
||||
|
||||
main li {
|
||||
|
|
Loading…
Add table
Reference in a new issue