Dotclear

Changeset 3503:6e7cfcb7576c for admin


Ignore:
Timestamp:
01/04/17 15:33:22 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.11
source:
dd7dd67cc76fc88ad14d41e63ae9a58905504f78
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

    r3468 r3503  
    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

    r3439 r3503  
    3232#wrapper { 
    3333    @media screen and (max-width: $small-screen) { 
    34         font-size: 1.4em; 
     34        font-size: 1.2em; 
    3535    } 
    3636} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map