Compare commits

..

2 Commits

@@ -1,5 +1,5 @@
.Message { .Message {
max-width: 90%; max-width: 85%;
animation: slideIn 0.3s ease-out; animation: slideIn 0.3s ease-out;
} }
@@ -120,8 +120,8 @@
color: rgba(255, 255, 255, 0.85); color: rgba(255, 255, 255, 0.85);
} }
@media (max-width: 576px) { @media (min-width: 576px) {
.Message { .Message {
max-width: 100%; max-width: 75%;
} }
} }