typos in css

This commit is contained in:
Ashley Blewer 2017-10-09 09:16:21 -04:00
parent 8a14c6e5fb
commit 439f1933da

View File

@ -11,7 +11,6 @@
.header { .header {
grid-area: header; grid-area: header;
text-align: center; text-align: center;
} }
.content { .content {
@ -35,7 +34,7 @@
"sidebar" "sidebar"
"content" "content"
"footer"; "footer";
} }
} }
@media only screen and (min-width: 1000px) { @media only screen and (min-width: 1000px) {