Template:SF6 formatTest/styles.css

Template page
< Template:SF6 formatTest
Revision as of 14:58, 9 December 2022 by Matosh (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%; di...")
(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;
 }
}