feat(stickyHeader): reduce page title size

This commit is contained in:
alistair3149 2024-07-08 23:39:26 -04:00
parent fd5c710499
commit f66348bdbb
No known key found for this signature in database

View file

@ -63,7 +63,7 @@
.firstHeading { .firstHeading {
overflow: hidden; overflow: hidden;
font-size: var( --font-size-x-large ); font-size: var( --font-size-large );
text-overflow: ellipsis; text-overflow: ellipsis;
} }