No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
table.dict td:first-child { | table.dict td:first-child { | ||
text-align: center; | text-align: center; | ||
Line 25: | Line 27: | ||
width: 70%; | width: 70%; | ||
display: flex; | display: flex; | ||
} | |||
.backgroundTest1 { | |||
background: #FFFFFF | |||
} | } |
Latest revision as of 15:35, 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; } .backgroundTest1 { background: #FFFFFF }