5 comments

  • Wojciech GabrysWojciech Gabrys, almost 7 years ago (edited almost 7 years ago )

    TIP: If you're designing in sketch, you can tweak nudge settings (Arrow keys / Shift+Arrow keys) to move by 8px using:

    For the Stable version:

    defaults write ~/Library/Preferences/com.bohemiancoding.sketch3.plist nudgeDistanceSmall -float 2.0 defaults write ~/Library/Preferences/com.bohemiancoding.sketch3.plist nudgeDistanceBig -float 8.0

    For the Beta version:

    defaults write com.bohemiancoding.sketch3.beta nudgeDistanceSmall -float 2.0 defaults write com.bohemiancoding.sketch3.beta nudgeDistanceBig -float 8.0
    4 points
  • Dirk HCM van BoxtelDirk HCM van Boxtel, almost 7 years ago

    Vertical alignment sounds great on paper, but in reality becomes very hard to maintain.

    Especially when dealing with scaling (user generated) content areas and responsiveness.

    4 points
  • Thomas Michael SemmlerThomas Michael Semmler, almost 7 years ago

    I've been using 8x based vertical scaling for years. Works well, because you can easier translate it into code.

    3 points
  • Mike Wheaton, almost 7 years ago

    I find a 1px grid gives the most flexibility.

    1 point