Fix responsive shits

This commit is contained in:
Laurent
2025-03-17 10:49:07 +01:00
parent 93d61886f1
commit f8457af0db
9 changed files with 50 additions and 67 deletions

View File

@@ -35,7 +35,7 @@ import NavLink from "@/components/NavLink.vue";
}
/* MEDIA QUERIES */
@media screen and (min-width: 1501px) {
@media screen and (min-width: 801px) {
.title {
width: 50%;
@@ -52,7 +52,7 @@ import NavLink from "@/components/NavLink.vue";
}
}
@media screen and (max-width: 1500px) {
@media screen and (max-width: 800px) {
.title, .event-form {
width: 100%;