Template:Main Page/minerva.css: Difference between revisions
(Created page with "→This template is loaded on the main page to address T32405 Please feel free to adapt the code, translate this message. Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059: @media screen and ( max-width: 720px ) { td, tr, tbody, table { display: block !important; width: 100% !important; height: auto !important; box-sizing: border-box; } }") |
(No difference)
|
Latest revision as of 14:16, 29 December 2022
/* This template is loaded on the main page to address T32405
Please feel free to adapt the code, translate this message.
Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059 */
@media screen and ( max-width: 720px ) {
td,
tr,
tbody,
table {
display: block !important;
width: 100% !important;
height: auto !important;
box-sizing: border-box;
}
}