mobile-friendly-blog #47

Merged
rodude123 merged 3 commits from mobile-friendly-blog into master 2023-10-28 19:02:34 +01:00
Showing only changes of commit d3a8ff927c - Show all commits

View File

@ -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%;
}
}