mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
155 B
SCSS
10 lines
155 B
SCSS
// Breakpoints
|
|
$desktop_breakpoint: 1024px;
|
|
$tablet_breakpoint: 768px;
|
|
$phablet_breakpoint: 640px;
|
|
$mobile_breakpoint: 480px;
|
|
|
|
.no-margin {
|
|
margin: 0;
|
|
}
|