gap → grid-gap
This commit is contained in:
parent
5d576d358c
commit
411c93e860
5 changed files with 13 additions and 13 deletions
|
@ -67,7 +67,7 @@
|
|||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
padding: 0;
|
||||
gap: 1.5em;
|
||||
grid-gap: 1.5em;
|
||||
|
||||
font-size: 175%;
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ main {
|
|||
.list {
|
||||
font-size: 300%;
|
||||
grid-template-columns: 100%;
|
||||
gap: 1em;
|
||||
grid-gap: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue