Template:The King's Law/Guard's Handbook/Advice/styles.css: Difference between revisions
From The Royal Court
(Created page with "div.advice-item-container { display:flex; justify-content:center; align-items:flex-start; gap:10px; } @media screen and (max-width: 850px) { div.width-container { flex-direction:row; } } @media screen and (min-width: 851px) { div.width-container { flex-direction:column; } }") |
No edit summary |
||
Line 11: | Line 11: | ||
} | } | ||
} | } | ||
@media screen and (min-width: 851px) { | @media screen and (min-width: 851px) { | ||
div.width-container { | div.width-container { |
Revision as of 20:47, 13 March 2024
div.advice-item-container {
display:flex;
justify-content:center;
align-items:flex-start;
gap:10px;
}
@media screen and (max-width: 850px) {
div.width-container {
flex-direction:row;
}
}
@media screen and (min-width: 851px) {
div.width-container {
flex-direction:column;
}
}