Skip to content
This repository was archived by the owner on Apr 7, 2018. It is now read-only.
This repository was archived by the owner on Apr 7, 2018. It is now read-only.

Use consistent measurements in stylesheets #48

@trezy

Description

@trezy

Currently there are some stylesheets using px and others using rem. We need to make sure this is consistent throughout the project. Here are some good rules to follow:

  1. px should only be used to set a consistent component sizing metric, e.g. 10px on the html element to dictate the use of rems, or to set a base font size for text on the site, e.g. 14px on the body element to dictate the use of ems.
  2. rems should only be used in relation to component sizes. It should never be used to dictate font sizes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions