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