comment out unused breakpoints

This commit is contained in:
Thefeli73 2020-01-16 02:35:59 +01:00
parent 6cbde5a562
commit 1676aba979

View File

@ -176,7 +176,7 @@
}
}
}
/*
@include breakpoint('<=xlarge') {
}
@ -184,7 +184,7 @@
@include breakpoint('<=large') {
}
*/
@include breakpoint('<=medium') {
height: 60px;
@ -217,7 +217,7 @@
}
}
}
/*
@include breakpoint('<=small') {
}
@ -229,4 +229,5 @@
@include breakpoint('<=xxsmall') {
}
*/
}