diff --git a/src/blog/css/main.css b/src/blog/css/main.css index 4c3101b..1302269 100644 --- a/src/blog/css/main.css +++ b/src/blog/css/main.css @@ -10,3 +10,19 @@ @import "category.css"; @import "prism.css"; + +/**** Media Queries *****/ + +@media screen and (max-width: 90em) { + + /***** Individual Blog Posts ***/ + + div.mainContent { + width: 80%; + } + + aside.sideaContent { + width: 20%; + } + +} \ No newline at end of file