Added margin for alerts
This commit is contained in:
parent
d8997edc57
commit
ecc72e52e6
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ button:hover {
|
|||
border-style: solid;
|
||||
border-width: 1px;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
margin: 2em auto !important;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
|
|
Loading…
Reference in a new issue