We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d7866 commit c0bf5c1Copy full SHA for c0bf5c1
styles/_variables.scss
@@ -0,0 +1,6 @@
1
+// Media Query Breakpoints
2
+$mobile-breakpoint: 320px;
3
+$tablet-breakpoint: 768px;
4
+$desktop-breakpoint: 1024px;
5
+$large-desktop-breakpoint: 1440px;
6
+$extra-large-breakpoint: 2560px;
0 commit comments