Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main Page consoles/styles.css: Difference between revisions

Template page
Created page with ".container { display: block; text-align: center; } .image img { max-width: 200px; height: auto; } @media screen and (min-width: 851px) { .container { display: grid; grid-auto-columns: minmax(0, 1fr); } .kb { grid-column: 1; } .guides { grid-column: 2; } .kb, .guides { border-right: 1px solid #a2a9b1; } .header { grid-row: 1; } .image { grid-row: 2; display: flex; justify-content: center; align-items: center; } }"
 
0 (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
display: block;
display: block;
text-align: center;
text-align: center;
}
#mp-header{
border: none !important;
background-color: transparent !important;
}
}


.image img {
.image img {
max-width: 200px;
max-width: 200px;
height: auto;
height: auto !important;
}
}