Template:UMVC3 Notation/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 18: Line 18:
   margin: auto;
   margin: auto;
   width: 70%;  
   width: 70%;  
  display: flex;
  flex-direction: column;
  }
  }
}
}

Revision as of 17:03, 12 August 2022

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 {
   border: solid 3px;
   margin: auto;
   width: 70%; 
   display: flex;
   flex-direction: column;
 }
}