Files
xrpl-dev-portal/styles/_breakpoints.scss
Calvin Jhunjhuwala 1e3ca30ace fixing per comments
2026-01-13 12:07:29 -08:00

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
);