MediaWiki:Common.css: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 16: Line 16:
   width: 100%;            /* This is the key. Make the container fill the full width. */
   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. */
   min-height: 100vh;      /* This ensures the container is at least the height of the viewport. */
}
.curved-iframe {
  border-radius: 20px; /* Adjust the value to control the curve of the corners */
}
}