Template:OneNote Files/styles.css: Difference between revisions

From WikiMSK

(Created page with "@media only screen and (max-width: 768px) { .one-note-container-side { width:100%!important; } }")
 
No edit summary
Line 1: Line 1:
@media only screen and (max-width: 768px) {
@media only screen and (max-width: 768px) {
   .one-note-container-side {
   .one-note-container {
     width:100%!important;
     flex-direction:column!important;
   }
   }
.one-note-container-side {
    max-width: 100%!important;
}
}
}

Revision as of 17:02, 18 May 2021

@media only screen and (max-width: 768px) {
  .one-note-container {
    flex-direction:column!important;
  }
 .one-note-container-side {
    max-width: 100%!important;
	}
}