Skip to content
Snippets Groups Projects
Commit 331a3a82 authored by Fadil's avatar Fadil Committed by pybelecalo
Browse files

[FIX TRTL-735] Fix responsive breakpoints

parent 237995d0
No related branches found
No related tags found
10 merge requests!51Merge mis a jour vitam-ui,!25Nouveau mis a jour Vitamui,!24Nouveau mis a jour Vitamui,!23Nouveau mis a jour Vitamui,!22WIP: nouveau mis a jour Vitamui,!21nouveau mis a jour Vitamui,!20nouveau mis à jour Vitamui,!19nouveau mis à jour Vitamui,!18New MAJ Vitamui,!16[VAS] BUG 7332 : Correction sur la position de la barre permettant de...
......@@ -8,7 +8,7 @@ $small-screen: 1200px;
@mixin breakpoint($point) {
@if $point == largeScreen {
@media screen and (max-width: #{$medium-screen}) {
@media screen and (max-width: #{$large-screen}) {
@content;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment