Fix margin on bottom
This commit is contained in:
parent
c41c33f9ab
commit
01f7b616b3
|
@ -58,7 +58,7 @@ input#sendMessage {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-fixed-bottom {
|
.navbar-fixed-bottom {
|
||||||
margin: 5px;
|
margin: 0 5px 0 5px;
|
||||||
}
|
}
|
||||||
.color-light-green {
|
.color-light-green {
|
||||||
color: chartreuse;
|
color: chartreuse;
|
||||||
|
|
Loading…
Reference in New Issue