spring15wad / rollingread

RollingRead - Project 2 & 3 for Web Application Development COM531 at Illinois Tech
0 stars 1 forks source link

Responsive media query not responsize #9

Closed jhignight closed 9 years ago

jhignight commented 9 years ago

Still trying to get this d*mn media query to resize the table on a smaller screen. Playing around with this one:

@media only screen and (max-width: 100px) { table { width:95%; } input[type=text], textarea { width:75%; } }

jhignight commented 9 years ago

Interesting... this may actually work.

http://blog.apps.npr.org/2014/05/09/responsive-data-tables.html