Dotclear

Changeset 3500:dd7dd67cc76f


Ignore:
Timestamp:
01/04/17 15:33:22 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Reduce base font size on very small devices (19.6px to 16.8px for main content, with 16px based browser)

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3499 r3500  
    259259@media screen and (max-width: 26.5em) { 
    260260  #wrapper { 
    261     font-size: 1.4em; } } 
     261    font-size: 1.2em; } } 
    262262 
    263263h2, 
  • admin/style/scss/partials/_common.scss

    r3499 r3500  
    3434#wrapper { 
    3535     @media screen and (max-width: $small-screen) { 
    36           font-size: 1.4em; 
     36          font-size: 1.2em; 
    3737     } 
    3838} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map