marvelapp / devices.css

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

Integrating with Bootstrap causes phones to show smaller #18

Closed jason0x90 closed 9 years ago

jason0x90 commented 9 years ago

Hey there,

I noticed that using devices.css in conjunction with bootstrap causes the phones to show up smaller then they are intended to be.

Bootstrap has something to this effect:

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

Removing them fixed the issue and the size returned to normal, I'm not sure if this is an easy fix to not inherit those, but that would widen the compatibility devices.css has with websites as bootstrap is -everywhere-.

Btw, thanks for writing Devices.css, its awesome.

ss 2015-07-30 at 09 01 42