footer padding fix

This commit is contained in:
Arvind Tiwari 2018-03-29 01:19:10 +05:30
parent 368fe0d08f
commit 1402c7fde1
2 changed files with 7 additions and 3 deletions

View file

@ -101,14 +101,18 @@ a.list-group-item-danger.active:focus {
}
p.copyright {
margin: 15px 0;
margin: 0;
}
footer {
padding: 20px 0;
padding: 25px 0;
background-color: #f8f8f8;
}
footer .list-inline {
margin-bottom: 15px;
}
footer a {
color: #777;
}

View file

@ -163,7 +163,7 @@
}
.content-dashboard {
min-height: calc(100vh - 86px);
min-height: calc(100vh - 96px);
width: 100%;
margin: 0 auto;
max-width: 1120px;