remove all stuff

This commit is contained in:
Akis 2022-08-24 18:29:40 +03:00
parent 9f30d4b506
commit e056a9d717
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
3 changed files with 1 additions and 9 deletions

View File

@ -8,7 +8,6 @@
{ name: "Instances", url: "/instances" },
{ name: "Projects", url: "/projects" },
{ name: "Minecraft", url: "/minecraft" },
{ name: "Pubnix", url: "/pubnix" },
{ name: "Donate", url: "/donate" },
{ name: "FAQ", url: "/faq" },
{ name: "Contact us", url: "/contact" },
@ -116,7 +115,7 @@
display: none;
}
@media screen and (max-width: 1116px) {
@media screen and (max-width: 1058px) {
.links {
display: none;
width: 100%;

View File

@ -16,7 +16,6 @@ html {
--grey: #5454547a;
--alt: #333;
--alt-text: #ddd;
--nix: #7e7eff;
}
html.light {

View File

@ -32,12 +32,6 @@
icon="i-fa6-solid:money-bill"
title="Donate"
/>
<LinkButton
url="/pubnix"
icon="i-simple-icons:nixos"
title="Check out our new pubnix!"
bg="var(--nix)"
/>
</div>
</Hero>