Template:UMVC3 Notation/styles.css

Template page
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;
 }
}