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: "Instances", url: "/instances" },
|
||||||
{ name: "Projects", url: "/projects" },
|
{ name: "Projects", url: "/projects" },
|
||||||
{ name: "Minecraft", url: "/minecraft" },
|
{ name: "Minecraft", url: "/minecraft" },
|
||||||
{ name: "Pubnix", url: "/pubnix" },
|
|
||||||
{ name: "Donate", url: "/donate" },
|
{ name: "Donate", url: "/donate" },
|
||||||
{ name: "FAQ", url: "/faq" },
|
{ name: "FAQ", url: "/faq" },
|
||||||
{ name: "Contact us", url: "/contact" },
|
{ name: "Contact us", url: "/contact" },
|
||||||
@ -116,7 +115,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1116px) {
|
@media screen and (max-width: 1058px) {
|
||||||
.links {
|
.links {
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -16,7 +16,6 @@ html {
|
|||||||
--grey: #5454547a;
|
--grey: #5454547a;
|
||||||
--alt: #333;
|
--alt: #333;
|
||||||
--alt-text: #ddd;
|
--alt-text: #ddd;
|
||||||
--nix: #7e7eff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html.light {
|
html.light {
|
||||||
|
@ -32,12 +32,6 @@
|
|||||||
icon="i-fa6-solid:money-bill"
|
icon="i-fa6-solid:money-bill"
|
||||||
title="Donate"
|
title="Donate"
|
||||||
/>
|
/>
|
||||||
<LinkButton
|
|
||||||
url="/pubnix"
|
|
||||||
icon="i-simple-icons:nixos"
|
|
||||||
title="Check out our new pubnix!"
|
|
||||||
bg="var(--nix)"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</Hero>
|
</Hero>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user