IE font-size fixing
This commit is contained in:
parent
9acce25176
commit
dd856d6755
12 changed files with 1088 additions and 1534 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
/* ---------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue