We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a563c76 commit a0dc172Copy full SHA for a0dc172
src/styles/layout/_footer.scss
@@ -1,6 +1,6 @@
1
.footer {
2
position: relative;
3
- margin-top: -60px;
+ margin-top: -59px;
4
padding: 23px 24px 22px 24px;
5
background-color: #f9f9f9;
6
border-top: 1px solid #e5e5e5;
src/styles/layout/_lnb.scss
@@ -2,8 +2,8 @@
position: fixed;
top: 70px;
left: 0;
+ bottom: 0;
width: 260px;
- height: calc(100vh - 70px);
7
min-width: 212px;
8
background-color: #fff;
9
border-right: 1px solid #ccc;
0 commit comments