The documetation says:
@media (max-width: 768px) {
/* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
/* CSS in here for tablet only */
}
@media (min-width: 1025px) {
/* CSS in here for desktop only */
}
But the global BB settings says 992 for medium device breakpoint and 768 for small device breakpoint. Shall I change to 1024 for the medium device settings in BB for best use of GP together with BB?
regards
Johannes
I believe 1024px is more globally recognized, but there shouldn’t be any issues with 992 either – it’s just preference. I would however make it so they’re both the same though.