changed width of the main content
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
This commit is contained in:
parent
5878dbaf9a
commit
d3a8ff927c
@ -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%;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user