blog-contributions/docs/stylesheets/extra.css
2025-05-09 16:30:56 +02:00

24 lines
417 B
CSS

/*:root > * {
--md-primary-fg-color: #639;
--md-primary-fg-color--light: #639;
--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;
}