make entire body wider

This commit is contained in:
oxeo0 2025-05-08 14:28:18 +02:00
parent 3f92acf825
commit dd85cb327e
2 changed files with 18 additions and 1 deletions

@ -1 +1 @@
Subproject commit abc95a51393f8462c59bbea64eed5aa230ef4979
Subproject commit fc024d7d8a9974a57baa782eedd500b2d0b80444

View file

@ -4,4 +4,21 @@
--md-primary-fg-color--dark: #639;
}
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}
img {
max-height: 800px;
}