Template:Knowledge Base Consoles/styles.css
Template page
More actions
This is the approved revision of this page, as well as being the most recent.
.container {
display: block;
text-align: center;
height: auto;
}
.image img {
max-width: 200px;
height: auto;
}
@media screen and (min-width: 851px) {
.container {
display: grid;
grid-auto-columns: minmax(0, 1fr);
row-gap: 0px
}
.image {
grid-row: 1;
display: block;
justify-content: center;
padding: 0px;
margin: 0px;
}
.title {
grid-row: 2;
}
}