added breakpoints

This commit is contained in:
2024-12-02 18:29:15 +01:00
parent 7f9374a768
commit f91c8100be

View File

@@ -0,0 +1,7 @@
class Breakpoints {
static const sm = 640;
static const md = 768;
static const lg = 1024;
static const xl = 1280;
static const xl2 = 1536;
}