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

Template page
(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...")
 
mNo edit summary
Line 15: Line 15:
@media (max-width: 900px) {
@media (max-width: 900px) {
  .NotationBox {
  .NotationBox {
  flex-direction: column;
}
}
@media (max-width: 900px) {
.backgroundTest0 {
   flex-direction: column;
   flex-direction: column;
  }
  }
}
}

Revision as of 15:00, 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;
 }
}

@media (max-width: 900px) {
 .backgroundTest0 {
   flex-direction: column;
 }
}