X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_bootstrap-variables.scss;h=41a1448c40324c4bc75fe8e8381609e2ace75e52;hb=33253c1aa6b82284ddd0a9cb516ad85e276ca3a3;hp=6aa5c24745f7c3b52cfb0576d654c9deb153314f;hpb=165ee2929bc76fc7f9985ae81cc33736820c7865;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index 6aa5c2474..41a1448c4 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: 1800px, + qhd: 2560px, + uhd: 3840px ); @function breakpoint($label) {