From 8528bd331e04ff520f15117d30dbaaa91af51686 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 2 Dec 2024 17:42:33 +0530 Subject: [PATCH] feat: add hr --- tailwind.config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 3242cad6a..1293ba52c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -50,17 +50,21 @@ const tailwindConfig = { h1: { color: 'rgb(var(--slate-12))', fontWeight: '700', - fontSize: '2em', + fontSize: '1.25rem', }, h2: { color: 'rgb(var(--slate-12))', fontWeight: '600', - fontSize: '1.5em', + fontSize: '1rem', }, h3: { color: 'rgb(var(--slate-12))', fontWeight: '500', - fontSize: '1.25em', + fontSize: '1rem', + }, + hr: { + marginTop: '1.5em', + marginBottom: '1.5em', }, a: { color: 'rgb(var(--text-blue))',