[dlang.org] [D-Programming-Language/dlang.org] 91e771: change media query units to em

GitHub via dlang.org dlang.org at puremagic.com
Sat Jan 24 13:27:49 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: 91e771a3d61ab56efa14034a19060e35cdfca010
      https://github.com/D-Programming-Language/dlang.org/commit/91e771a3d61ab56efa14034a19060e35cdfca010
  Author: anonymous <aG0aep6G at users.noreply.github.com>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M css/style.css

  Log Message:
  -----------
  change media query units to em

This way, the layout is switched not only based on window size, but also
based on the set font-size. E.g. when a user has set the font-size to be
twice as large as usual, the 'mobile' layout will be used for window
widths up to 1600px.


  Commit: 8fe6f90c9c0b844ad39eb66795425ba897301603
      https://github.com/D-Programming-Language/dlang.org/commit/8fe6f90c9c0b844ad39eb66795425ba897301603
  Author: Vladimir Panteleev <thecybershadow at gmail.com>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M css/style.css

  Log Message:
  -----------
  Merge pull request #829 from aG0aep6G/em-media-queries

change media query units to em


Compare: https://github.com/D-Programming-Language/dlang.org/compare/f9dd10c5ef70...8fe6f90c9c0b


More information about the dlang.org mailing list