marvelapp / devices.css

Pure CSS phones and tablets
MIT License
3.95k stars 611 forks source link

ensures the devices displays correctly #14

Closed larsenwork closed 9 years ago

larsenwork commented 9 years ago

Many frameworks use the following css which screws up the devices

*, *:before, *:after {box-sizing: border-box}
olegtsaplin commented 9 years ago

Thanks!