NDSU-Information-Technology / ndsu-web-template

NDSU Web Template
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

.row rules don't permit responsive linearizing of columns on small screens #8

Closed jillande closed 6 years ago

jillande commented 6 years ago

Content should be able to behave responsively so that it can display across more grids (e.x., full-width) on small devices where multiple columns aren't readable.

As example, https://cms-devel.it.ndsu.edu/provost/contact/ (note I tried substituting for the "column" class instead of the Bootstrap column names without any change to the linearizing behavior - https://cms-devel.it.ndsu.edu/cs/about/ ).

paramartad commented 6 years ago

added media query to column sizes (e.g. col-xs-12), it should fix compatibility the issue above.