changed width of the main content
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s

This commit is contained in:
Rohit Pai 2023-10-28 12:17:30 +01:00
parent 5878dbaf9a
commit d3a8ff927c

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