MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 3: | Line 3: | ||
* { | * { | ||
font-family: Poppins, Arial, sans-serif; | font-family: Poppins, Arial, sans-serif; | ||
} | |||
.iframe-wrapper { | |||
width: 100%; | |||
height: 90vh; | |||
overflow: hidden; | |||
} | |||
.iframe-wrapper iframe { | |||
width: 100% !important; | |||
height: 100% !important; | |||
min-width: 1024px !important; | |||
min-height: 800px !important; | |||
border: none !important; | |||
display: block; | |||
} | } | ||
Latest revision as of 14:35, 23 July 2025
/* All CSS here will be loaded for users of the mobile site */
* {
font-family: Poppins, Arial, sans-serif;
}
.iframe-wrapper {
width: 100%;
height: 90vh;
overflow: hidden;
}
.iframe-wrapper iframe {
width: 100% !important;
height: 100% !important;
min-width: 1024px !important;
min-height: 800px !important;
border: none !important;
display: block;
}