fixes
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -14,11 +14,12 @@ body { | ... | @@ -14,11 +14,12 @@ body { |
| 14 | padding: 15px 25px; | 14 | padding: 15px 25px; |
| 15 | border-radius: 10px; | 15 | border-radius: 10px; |
| 16 | background: rgb(0 139 245 / 6%); | 16 | background: rgb(0 139 245 / 6%); |
| 17 | font-size: 16px; | ||
| 17 | } | 18 | } |
| 18 | 19 | ||
| 19 | .errormsg .msg { | 20 | .errormsg .msg { |
| 20 | display: inline-block; | 21 | display: inline-block; |
| 21 | width: 90%; | 22 | width: 85%; |
| 22 | } | 23 | } |
| 23 | .errormsg span { | 24 | .errormsg span { |
| 24 | background: #008BF5; | 25 | background: #008BF5; |
| ... | @@ -227,6 +228,9 @@ code br:nth-child(-n+2) { | ... | @@ -227,6 +228,9 @@ code br:nth-child(-n+2) { |
| 227 | } | 228 | } |
| 228 | 229 | ||
| 229 | @media (max-width: 991px) { | 230 | @media (max-width: 991px) { |
| 231 | .errormsg .msg { | ||
| 232 | width: 75%; | ||
| 233 | } | ||
| 230 | .message { | 234 | .message { |
| 231 | font-size: 16px; | 235 | font-size: 16px; |
| 232 | } | 236 | } | ... | ... |
-
Please register or sign in to post a comment