Skip to content

Commit a0dc172

Browse files
authored
fix: remove space under footer (fix #2) (#12)
1 parent a563c76 commit a0dc172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/styles/layout/_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.footer {
22
position: relative;
3-
margin-top: -60px;
3+
margin-top: -59px;
44
padding: 23px 24px 22px 24px;
55
background-color: #f9f9f9;
66
border-top: 1px solid #e5e5e5;

src/styles/layout/_lnb.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
position: fixed;
33
top: 70px;
44
left: 0;
5+
bottom: 0;
56
width: 260px;
6-
height: calc(100vh - 70px);
77
min-width: 212px;
88
background-color: #fff;
99
border-right: 1px solid #ccc;

0 commit comments

Comments
 (0)