Centered error messages
This commit is contained in:
parent
c98a6d5912
commit
1743cec199
|
@ -27,6 +27,11 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.error {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
.image img {
|
||||
width: 375px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue