Убрал футер из за его плохой работы

This commit is contained in:
Данил 2024-10-01 17:27:24 +03:00
parent 49a855e36f
commit 0eb15e3bfd
2 changed files with 2 additions and 42 deletions

View file

@ -55,10 +55,5 @@
<a>Source Code</a> <a>Source Code</a>
</div> </div>
</div> </div>
<div class="footer-wrapper">
<footer>
<p>Kekkai, Copyright © 2024 Redume. License under <a href="https://github.com/Redume/Kekkai/blob/main/LICENSE">GPLv3</a></p>
</footer>
</div>
</body> </body>
</html> </html>

View file

@ -115,28 +115,14 @@ body {
background-color: #2b6ea3; background-color: #2b6ea3;
} }
footer p{ .source-code-button {
word-wrap: break-word; margin-bottom: 130px;
text-align: center;
}
footer a {
color: white
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.desc { .desc {
font-size: 20px; font-size: 20px;
} }
footer {
flex: 0 0 auto;
width: 100%;
background: rgba(0, 0, 0, 0.39);
position: absolute;
left: 0;
bottom: 0;
}
} }
@media (max-width: 768px) { @media (max-width: 768px) {
@ -144,19 +130,6 @@ footer a {
position: relative; position: relative;
min-height: 100%; min-height: 100%;
} }
.source-code-button {
margin-bottom: 130px;
}
footer {
flex: 0 0 auto;
width: 100%;
background: rgba(0, 0, 0, 0.39);
position: absolute;
left: 0;
bottom: 0;
}
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
@ -169,12 +142,4 @@ footer a {
align-items: center; align-items: center;
gap: 200px; gap: 200px;
} }
footer {
background: rgba(0, 0, 0, 0.39);
text-align: center;
padding: 1px 0;
width: 100%;
margin-top: auto;
}
} }