From d840487fed32b4604b02030c0d7464afa925904f Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 10 Jun 2020 21:09:31 +0200 Subject: smaller miniature average size in fluid grid, updated admin instructions for global search --- client/src/sass/include/_bootstrap-variables.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'client/src/sass') diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index 6aa5c2474..09c58a697 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss @@ -4,6 +4,7 @@ $modal-footer-border-width: 0; $modal-md: 600px; $grid-breakpoints: ( + // CLASSIC BREAKPOINTS GROUP // Extra small screen / phone xs: 0, // Small screen / phone @@ -14,7 +15,12 @@ $grid-breakpoints: ( lg: 900px, // Extra large screens / wide desktops xl: 1200px, - xxl: 1600px + xxl: 1600px, + + // SCREEN GROUP + fhd: 1920px, + qhd: 2560px, + uhd: 3840px ); @function breakpoint($label) { -- cgit v1.2.3