Skip to content

Commit 5209833

Browse files
committed
Little 1px border-bottom on the footer
1 parent 54d20da commit 5209833

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scss/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ nav {
259259
.wrapper-footer {
260260
margin-top: 50px;
261261
border-top: 1px solid #ddd;
262+
border-bottom: 1px solid #ddd;
262263
background-color: $lightGray;
263264
}
264265

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ nav {
225225
.wrapper-footer {
226226
margin-top: 50px;
227227
border-top: 1px solid #dddddd;
228+
border-bottom: 1px solid #dddddd;
228229
background-color: #eeeeee; }
229230

230231
footer {

0 commit comments

Comments
 (0)