Skip to content

Commit 481e122

Browse files
extremely large text
1 parent 4b434af commit 481e122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ html {
4343
@apply text-xl sm:text-2xl lg:text-3xl;
4444
}
4545

46+
.text-extremely-large {
47+
@apply text-3xl sm:text-5xl lg:text-7xl;
48+
}
49+
4650
@theme inline {
4751
--radius-sm: calc(var(--radius) - 4px);
4852
--radius-md: calc(var(--radius) - 2px);

0 commit comments

Comments
 (0)