farmacisti-doc/site/css/style.css
2020-03-15 05:09:13 +01:00

32 lines
377 B
CSS

/* .wy-side-nav-search{
background-color: #095079;
}
.wy-nav-content{
max-width:1000px;
} */
.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;
}