diff --git a/homepage/config/custom.css b/homepage/config/custom.css index 1313cf2..ebc600b 100644 --- a/homepage/config/custom.css +++ b/homepage/config/custom.css @@ -15,4 +15,9 @@ .dark\:bg-theme-900\/50:is(.dark *) { background-color:rgba(224, 217, 217, 0); } -} \ No newline at end of file +} + +.text-sm { + font-size:1.875rem; + line-height:1.25rem +}