Little 1px border-bottom on the footer
This commit is contained in:
parent
54d20da44f
commit
5209833ed9
2 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,7 @@ nav {
|
||||||
.wrapper-footer {
|
.wrapper-footer {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
background-color: $lightGray;
|
background-color: $lightGray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -225,6 +225,7 @@ nav {
|
||||||
.wrapper-footer {
|
.wrapper-footer {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
border-top: 1px solid #dddddd;
|
border-top: 1px solid #dddddd;
|
||||||
|
border-bottom: 1px solid #dddddd;
|
||||||
background-color: #eeeeee; }
|
background-color: #eeeeee; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue