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>
|
<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>
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue