mirror of
https://github.com/Redume/Kekkai-web.git
synced 2024-11-21 15:56:23 +03:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
ce92e41a68
2 changed files with 2 additions and 42 deletions
|
@ -55,10 +55,5 @@
|
|||
<a>Source Code</a>
|
||||
</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>
|
||||
</html>
|
|
@ -115,28 +115,14 @@ body {
|
|||
background-color: #2b6ea3;
|
||||
}
|
||||
|
||||
footer p{
|
||||
word-wrap: break-word;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: white
|
||||
.source-code-button {
|
||||
margin-bottom: 130px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.desc {
|
||||
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) {
|
||||
|
@ -144,19 +130,6 @@ footer a {
|
|||
position: relative;
|
||||
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) {
|
||||
|
@ -169,12 +142,4 @@ footer a {
|
|||
align-items: center;
|
||||
gap: 200px;
|
||||
}
|
||||
|
||||
footer {
|
||||
background: rgba(0, 0, 0, 0.39);
|
||||
text-align: center;
|
||||
padding: 1px 0;
|
||||
width: 100%;
|
||||
margin-top: auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue