Magnus Theme
Default theme in Backdrop.
Responsive Strategy
Media queries and other responsive code should be mobile first. This means all
media queries should be min-width
. Breakpoints are set in em
as it works
better with accessibility technologies than px units do.
The breakpoints are:
(min-width: 25em)
- About400px
(min-width: 34em)
- About544px
(min-width: 48em)
- About768px
(min-width: 62em)
- About992px
(min-width: 75em)
- About1200px