changes fractions to percentages in grid template

This commit is contained in:
Ashley Blewer 2017-10-11 21:02:13 -04:00
parent b483acdb6d
commit 2b6dfac5b0

View File

@ -40,7 +40,7 @@
@media only screen and (min-width: 1000px) {
.grid {
grid-gap: 1rem;
grid-template-columns: 0.25fr auto;
grid-template-columns: 30% auto;
grid-template-areas:
"header header"
"sidebar content"