This commit is contained in:
KodeStar
2018-02-01 20:29:44 +00:00
parent 49b01bdb75
commit 41850f72df
7 changed files with 28 additions and 6 deletions

9
public/css/app.css vendored
View File

@@ -357,6 +357,15 @@ body {
transition: all .35s ease-in-out;
}
.message-container {
width: 100%;
}
.message-container .alert {
margin: 30px;
text-align: center;
}
#app.header .appheader {
top: 0;
}