forked from ProjectSegfault/website
remove all stuff
This commit is contained in:
parent
9f30d4b506
commit
e056a9d717
@ -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%;
|
||||
|
@ -16,7 +16,6 @@ html {
|
||||
--grey: #5454547a;
|
||||
--alt: #333;
|
||||
--alt-text: #ddd;
|
||||
--nix: #7e7eff;
|
||||
}
|
||||
|
||||
html.light {
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user