Merge pull request #43 from HideyoshiNakazone/fixes-footer
Fixes Footer
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-text {
|
.footer-text {
|
||||||
@@ -36,6 +35,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-btn:hover {
|
.footer-btn:hover {
|
||||||
color: #525252;
|
color: #525252 !important;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,4 +6,5 @@
|
|||||||
top: 10vh;
|
top: 10vh;
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
|
z-index: 50 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user