IE font-size fixing

This commit is contained in:
Raphael Goetter 2014-05-19 10:46:39 +02:00
parent 9acce25176
commit dd856d6755
12 changed files with 1088 additions and 1534 deletions

View file

@ -4,11 +4,11 @@
/* ----------------------------- */
@media (min-width: $small-screen) {
/* here go rules for big resources and big screens like: background-images, font-faces, etc. */
/* rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
/* Style adjustments for retina devices */
/* style adjustments for high density devices */
}
/* ---------------------------------- */