Merge pull request #43 from HideyoshiNakazone/fixes-footer

Fixes Footer
This commit is contained in:
2023-10-21 00:27:57 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -6,4 +6,5 @@
top: 10vh;
right: 0;
overflow: hidden !important;
z-index: 50 !important;
}