b80fa246 by RSA

fixes

1 parent 2815e58f
......@@ -14,11 +14,12 @@ body {
padding: 15px 25px;
border-radius: 10px;
background: rgb(0 139 245 / 6%);
font-size: 16px;
}
.errormsg .msg {
display: inline-block;
width: 90%;
width: 85%;
}
.errormsg span {
background: #008BF5;
......@@ -227,6 +228,9 @@ code br:nth-child(-n+2) {
}
@media (max-width: 991px) {
.errormsg .msg {
width: 75%;
}
.message {
font-size: 16px;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!