MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 12: Line 12:
.iframe-container {
.iframe-container {
   display: flex;
   display: flex;
   justify-content: center; /* Horizontally centers the content */
   justify-content: center; /* Centers horizontally */
   align-items: center;    /* Vertically centers the content (optional) */
   align-items: center;    /* Centers vertically */
  width: 100%;            /* This is the key. Make the container fill the full width. */
  min-height: 100vh;      /* This ensures the container is at least the height of the viewport. */
}
}

Navigation menu