Template:UMVC3 Notation/styles.css

Template page
< Template:UMVC3 Notation
Revision as of 17:45, 12 August 2022 by Kaladin (talk | contribs)
(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;
 }
}