Template:MVCI Notation/styles.css

Template page
< Template:MVCI Notation
Revision as of 00:05, 25 August 2024 by DrSlouch (talk | contribs) (Created page with "table.dict td:first-child { text-align: center; width: 20%; } @media (min-width: 900px) { .NotationBox { border: solid 3px; margin: auto; width: 70%; display: flex; } } @media (max-width: 900px) { .NotationBox { flex-direction: column; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
table.dict td:first-child {
    text-align: center;
    width: 20%;
}

@media (min-width: 900px) {
 .NotationBox {
   border: solid 3px;
   margin: auto;
   width: 70%; 
   display: flex;
 }
}

@media (max-width: 900px) {
 .NotationBox {
   flex-direction: column;
 }
}