Skip to content

Commit 15b303d

Browse files
author
mrmrs
committed
Update css src files
1 parent 5be0cb9 commit 15b303d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/layout/heights/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-heights</h4>
359359
.vh-50-l { height: 50vh; }
360360
.vh-75-l { height: 75vh; }
361361
.vh-100-l { height: 100vh; }
362-
.min-vh-100-m { min-height: 100vh; }
362+
.min-vh-100-l { min-height: 100vh; }
363363
.h-auto-l { height: auto; }
364364
.h-inherit-l { height: inherit; }
365365
}

docs/typography/scale/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h4 class="f6">Source code</h4>
232232
/*
233233

234234
TYPE SCALE
235-
Docs: http://tachyons.io/docs/typography/type-scale/
235+
Docs: http://tachyons.io/docs/typography/scale/
236236

237237
Base:
238238
f = font-size

0 commit comments

Comments
 (0)