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