Skip to content

Set site max width in pixels instead of ems #63

@adamjohnson

Description

@adamjohnson

Setting the site's max width in ems causes some issues if you change the font-size of a parent container—subsequently increasing the width of that block and messing alignment up in relation to other patterns.

This is noticable when you change the font size of the diptych and/or triptych patterns, most notably.

Fix this by overriding the default Neat variable in our variables file:

$max-width: 1088px;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions