Template:KB-Consoles/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
display: block; | display: block; | ||
text-align: left; | text-align: left; | ||
grid-template-columns: 1fr | grid-template-columns: repeat(2, 1fr); | ||
} | } | ||
Line 12: | Line 12: | ||
@media screen and (min-width: 851px) { | @media screen and (min-width: 851px) { | ||
.container { | .container { | ||
grid-template-columns: 1fr | grid-template-columns: repeat(2, 1fr); | ||
} | } | ||