style.css 377 B

1234567891011121314151617181920212223242526272829303132
  1. /* .wy-side-nav-search{
  2. background-color: #095079;
  3. }
  4. .wy-nav-content{
  5. max-width:1000px;
  6. } */
  7. .img {
  8. max-width: 600px !important;
  9. max-height: 500px !important;
  10. margin: 0 auto;
  11. display: block;
  12. }
  13. /*.md-content {
  14. margin-left: 8rem;
  15. }
  16. .md-sidebar--primary {
  17. width: 8rem;
  18. }*/
  19. .md-nav {
  20. font-size: 0.8rem;
  21. }
  22. .md-nav__link--active {
  23. color: red;
  24. font-weight: bold;
  25. }