style: add padding to bottom of grid (#259)

This commit is contained in:
Barbara Gomes 2023-03-16 13:22:24 -04:00 committed by GitHub
parent 1c970e4a0e
commit 2b06356298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
margin-inline: auto;
@media (min-width: 688px) {
padding: 0 var(--spacing-24);
padding: 0 var(--spacing-24) var(--spacing-24);
transition: padding 0.2s;
max-width: 996px;
grid-template-columns: repeat(2, 1fr);