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 ceb1eda commit aba75b6Copy full SHA for aba75b6
src/css/tailwind.css
@@ -213,6 +213,7 @@ details[open] .summary-swap-open {
213
text-overflow: ellipsis;
214
}
215
216
+/* Desktop sticky nav */
217
@media (min-width: 640px) and (min-height: 41.25em) { /* 660px */
218
.page-header {
219
position: sticky;
@@ -226,6 +227,10 @@ details[open] .summary-swap-open {
226
227
228
229
230
+/* special text treatment on home page */
231
+.hero-text {
232
+ height: 1.244444444em;
233
+}
234
/* purgecss end ignore */
235
236
@tailwind utilities;
0 commit comments