Updated message styles

This commit is contained in:
Eugene Serb 2022-06-23 17:07:29 +03:00
parent 1a98096cfd
commit 2c3ade0d26

View File

@ -482,9 +482,15 @@ table, th, td {
flex-direction: column;
justify-content: center;
text-align: center;
font-size: 24px;
font-size: 18px;
}
@media only screen and (min-width: 540px) {
.message {
font-size: 24px;
}
}
.pattern-box {
display: flex;
flex-direction: column;