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

Template page
No edit summary
No edit summary
Line 4: Line 4:
}
}


.NotationBox {
@media (pointer:none) {
.NotationBox {
   border: solid 3px;
   border: solid 3px;
   margin: auto;
   margin: auto;
   width: 70%;  
   width: 70%;  
   display: flex;
   display: flex;
}
}
}

Revision as of 16:58, 12 August 2022

table.dict td:first-child {
    text-align: center;
    width: 20%;
}

@media (pointer:none) {
 .NotationBox {
   border: solid 3px;
   margin: auto;
   width: 70%; 
   display: flex;
 }
}