I hate responsive design

This commit is contained in:
Laurent
2025-03-17 13:22:06 +01:00
parent 6074dc6fd1
commit bdcba88bfd
7 changed files with 55 additions and 45 deletions

View File

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