Cleanup and minor fixes
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
body {
|
||||
padding-top: 80px;
|
||||
}
|
||||
|
||||
//
|
||||
// TODO: Refactor
|
||||
//
|
||||
.user img {
|
||||
border-radius: 50%;
|
||||
width: 40px;
|
||||
@@ -13,11 +15,6 @@ body {
|
||||
left: -10px;
|
||||
}
|
||||
|
||||
.form-signin {
|
||||
max-width: 400px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
[class^="fa-"],
|
||||
[class*="fa-"] {
|
||||
margin-right: 5px;
|
||||
|
@@ -4,9 +4,9 @@ block content
|
||||
if error.length
|
||||
.alert.alert-danger
|
||||
p= error
|
||||
if success.length
|
||||
.alert.alert-success
|
||||
p= success
|
||||
if success.length
|
||||
.alert.alert-success
|
||||
p= success
|
||||
|
||||
h2.text-center Contact Form
|
||||
|
||||
|
Reference in New Issue
Block a user