Skip to content

Commit aba75b6

Browse files
committed
Adds websites & apps text treatment to hero on the home page
1 parent ceb1eda commit aba75b6

File tree

3 files changed

+317
-1
lines changed

3 files changed

+317
-1
lines changed

src/css/tailwind.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ details[open] .summary-swap-open {
213213
text-overflow: ellipsis;
214214
}
215215

216+
/* Desktop sticky nav */
216217
@media (min-width: 640px) and (min-height: 41.25em) { /* 660px */
217218
.page-header {
218219
position: sticky;
@@ -226,6 +227,10 @@ details[open] .summary-swap-open {
226227
}
227228
}
228229

230+
/* special text treatment on home page */
231+
.hero-text {
232+
height: 1.244444444em;
233+
}
229234
/* purgecss end ignore */
230235

231236
@tailwind utilities;

0 commit comments

Comments
 (0)