Closed jhignight closed 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%; } }
Interesting... this may actually work.
http://blog.apps.npr.org/2014/05/09/responsive-data-tables.html
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%; } }