mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
12 lines
205 B
SCSS
12 lines
205 B
SCSS
// Shared breakpoints for responsive design
|
|
// These values are used by Bootstrap and custom components
|
|
|
|
$grid-breakpoints: (
|
|
xs: 0,
|
|
sm: 576px,
|
|
md: 576px,
|
|
lg: 992px,
|
|
xl: 1280px,
|
|
xxl: 1512px
|
|
);
|