Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

fix issue #947 #950

Merged
merged 1 commit into from
Jan 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix issue 947
  • Loading branch information
rrandom committed Jan 25, 2017
commit 13b8aa7bd620d85de6c3640f084fee67aeef51be
4 changes: 2 additions & 2 deletions assets/css/layout/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
.bottom-footer .menu-item {
display: none;
margin-top: 30px;
margin-top: 10px;
}

.menu-visible .bottom-footer .menu-item {
Expand Down Expand Up @@ -76,7 +76,7 @@

.bottom-footer nav {
position: absolute;
top: 997px;
top: 1047px;
left: 0;
width: 100%;
padding: 20px;
Expand Down