From 237e44624af210fdc070e2fc932bf14704a024ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Fri, 5 Dec 2025 17:36:03 +0100 Subject: [PATCH] chore: add screen breakpoints --- app/app.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/app.vue b/app/app.vue index 458f396..41a30bf 100644 --- a/app/app.vue +++ b/app/app.vue @@ -8,6 +8,12 @@ :root { --primary-color: #fff; --secondary-color: #000; + + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --breakpoint-2xl: 1400px; } html, body, p {