Skip to content

Makes Principles font sizes consistent #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ <h1 class="f5 ttu tracked fw6">Principles</h1>
<div class="cf">
<article class="pv2 w-100 ">
<h2 class="f4 f1-m f-headline-l fw6 mb0">Responsive</h2>
<p class="f5 f4-ns measure lh-copy mt0">
<p class="f5 f3-ns measure lh-copy mt0">
Everything should be 100% responsive. Your website should work regardless of a users
device or screensize.
</p>
</article>
<article class="pv2 fl w-100 pl0 ">
<h2 class="f4 f1-m f-headline-l fw6 mb0">Readable</h2>
<p class="f5 f4-ns measure lh-copy mt0">
<p class="f5 f3-ns measure lh-copy mt0">
No matter the lighting, or the device, font-sizes should be
large enough and contrast should be high enough for your
users to easily read your content.
Expand Down