fix error font size

This commit is contained in:
Andrea Franz 2020-05-18 11:35:01 +02:00
parent e9e1af076b
commit 46415b1c8a
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 3 additions and 2 deletions

View File

@ -100,7 +100,7 @@
}
.nft-image {
margin: 0 auto;
margin: 0 auto 12px;
max-width: 200px;
max-height: 200px;
border-radius: 8px;
@ -139,8 +139,9 @@
flex-grow: 1;
overflow-y: auto;
.error {
font-size: 0.8rem;
background: red;
padding: 8px;
padding: 4px;
font-weight: 500;
border-radius: 4px;
color: #fff;