Template:SF6 formatTest/styles.css: Difference between revisions

Template page
mNo edit summary
No edit summary
Line 19: Line 19:
}
}


@media (max-width: 900px) {
  .backgroundTest0 {
  .backgroundTest0 {
   flex-direction: column;
   flex-direction: column;
Line 26: Line 25:
   width: 70%;  
   width: 70%;  
   display: flex;
   display: flex;
}
}
}

Revision as of 15:02, 9 December 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 {
   flex-direction: column;
 }
}

 .backgroundTest0 {
   flex-direction: column;
   border: solid 3px;
   margin: auto;
   width: 70%; 
   display: flex;
}