chore: add screen breakpoints

This commit is contained in:
2025-12-05 17:36:03 +01:00
parent 1c9608fcbb
commit 237e44624a

View File

@@ -8,6 +8,12 @@
:root { :root {
--primary-color: #fff; --primary-color: #fff;
--secondary-color: #000; --secondary-color: #000;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-2xl: 1400px;
} }
html, body, p { html, body, p {