cefc0887 by Ryan

Merge branch '26905_erro_guide' into '1DEVT'

26905_erro_guide

See merge request !23
2 parents de7458f3 3e569df6
...@@ -198,12 +198,15 @@ code br:nth-child(-n+2) { ...@@ -198,12 +198,15 @@ code br:nth-child(-n+2) {
198 } 198 }
199 199
200 @media (max-width: 414px) { 200 @media (max-width: 414px) {
201 .errormsg .msg {
202 width: 80%;
203 }
201 .message { 204 .message {
202 font-size: 14px; 205 font-size: 14px;
203 } 206 }
204 .errormsg { 207 .errormsg {
205 padding: 10px; 208 padding: 10px;
206 width: 80%; 209 width: 100%;
207 } 210 }
208 .chat-message-center { 211 .chat-message-center {
209 padding: 20px 5vw !important; 212 padding: 20px 5vw !important;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!