mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
add projects to nav and add anim to all buttons
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
const menus = [
|
||||
{name: "Instances", url: "https://instances.projectsegfau.lt/"},
|
||||
{name: "Projects", url: "/projects"},
|
||||
{name: "Minecraft", url: "/minecraft"},
|
||||
{name: "Donate", url: "/donate"},
|
||||
{name: "FAQ", url: "/faq"},
|
||||
@@ -113,7 +114,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 984px) {
|
||||
@media screen and (max-width: 1058px) {
|
||||
.links {
|
||||
display: none;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user