36 lines
438 B
CSS
36 lines
438 B
CSS
/* .wy-side-nav-search{
|
|
background-color: #095079;
|
|
}
|
|
|
|
.wy-nav-content{
|
|
max-width:1000px;
|
|
} */
|
|
|
|
body {
|
|
overflow: auto !important;
|
|
scrollbar-width: thin;
|
|
}
|
|
|
|
.img {
|
|
max-width: 600px !important;
|
|
max-height: 500px !important;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
|
|
/*.md-content {
|
|
margin-left: 8rem;
|
|
}
|
|
|
|
.md-sidebar--primary {
|
|
width: 8rem;
|
|
}*/
|
|
|
|
.md-nav {
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
.md-nav__link--active {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|