general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-19 12:29:05 +03:00
parent 9e307b7da4
commit 7cea387f02
27 changed files with 94 additions and 535 deletions

View File

@ -1,14 +1,14 @@
footer {
background-color: #ffcd38;
background: #000;
border-top: solid 1px #fff;
padding: 1rem 0;
}
footer a {
color: #fff;
font-weight: 500;
color: #1b1a17;
transition: 0.3s ease text-decoration;
font-size: 1.4rem;
text-transform: uppercase;
}
footer a:hover {
@ -18,21 +18,12 @@ footer a:hover {
#footer-container {
width: 1024px;
display: flex;
justify-content: space-between;
justify-content: center;
align-items: center;
margin: 0 auto;
}
#footer-links {
display: flex;
gap: 1rem;
}
#version {
font-size: 1.3rem;
color: #1b1b1b;
}
@media screen and (max-width: 1080px) {
#footer-container {
width: 100%;
@ -40,7 +31,3 @@ footer a:hover {
box-sizing: border-box;
}
}
.dark footer {
background-color: #fec260;
}