We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be0cb9 commit 15b303dCopy full SHA for 15b303d
docs/layout/heights/index.html
@@ -359,7 +359,7 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-heights</h4>
359
.vh-50-l { height: 50vh; }
360
.vh-75-l { height: 75vh; }
361
.vh-100-l { height: 100vh; }
362
- .min-vh-100-m { min-height: 100vh; }
+ .min-vh-100-l { min-height: 100vh; }
363
.h-auto-l { height: auto; }
364
.h-inherit-l { height: inherit; }
365
}
docs/typography/scale/index.html
@@ -232,7 +232,7 @@ <h4 class="f6">Source code</h4>
232
/*
233
234
TYPE SCALE
235
- Docs: http://tachyons.io/docs/typography/type-scale/
+ Docs: http://tachyons.io/docs/typography/scale/
236
237
Base:
238
f = font-size
0 commit comments