Files
xrpl-dev-portal/styles/_breakpoints.scss
Calvin Jhunjhuwala 3feb69a1da fixing per comments
2026-01-12 14:28:57 -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
);