Improved responsive design again

This commit is contained in:
Laurent
2025-03-18 09:53:07 +01:00
parent bdcba88bfd
commit 0554c94946
10 changed files with 201 additions and 50 deletions

View File

@@ -34,6 +34,13 @@ import NavLink from "@/components/NavLink.vue";
gap: 20px;
}
.nav-link
{
width: 50%;
height: 70px;
min-height: 70px;
}
/* MEDIA QUERIES */
@media screen and (min-width: 1001px) {