Skip to content

Commit adc4383

Browse files
committed
Make text smaller
1 parent 7051f4f commit adc4383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/characters/[name].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function FullAscensionCosts({ template, costTemplates }: { template: CostTemplat
106106

107107
return <>
108108
<h3 className="text-lg font-bold pt-1" id="ascensions">Ascensions:</h3>
109-
<table className={`table-auto w-full ${styles.table} mb-2 ${expanded ? "" : "cursor-pointer"}`} onClick={() => setExpanded(true)}>
109+
<table className={`table-auto w-full ${styles.table} mb-2 ${expanded ? "" : "cursor-pointer"} sm:text-sm md:text-base text-xs`} onClick={() => setExpanded(true)}>
110110
<thead className="font-semibold divide-x divide-gray-200 dark:divide-gray-500">
111111
<td>Asc.</td>
112112
<td>Mora</td>

0 commit comments

Comments
 (0)