1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
This commit is contained in:
Daniel Barber 2019-07-10 22:22:57 -04:00
parent 24e163f478
commit 03e0c8f0e8

View File

@ -2,8 +2,8 @@
@include container;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 0.65rem 1rem;
grid-template-columns: repeat(2, 1fr);
@media only screen and (min-width: 640px) {
grid-template-columns: repeat(3, 1fr);