feat: remove margin from first heading

This commit is contained in:
Shivam Mishra
2024-12-02 17:44:10 +05:30
parent f6b07d094e
commit 79f57c74a2
+9
View File
@@ -51,16 +51,25 @@ const tailwindConfig = {
color: 'rgb(var(--slate-12))',
fontWeight: '700',
fontSize: '1.25rem',
'&:first-child': {
marginTop: '0',
},
},
h2: {
color: 'rgb(var(--slate-12))',
fontWeight: '600',
fontSize: '1rem',
'&:first-child': {
marginTop: '0',
},
},
h3: {
color: 'rgb(var(--slate-12))',
fontWeight: '500',
fontSize: '1rem',
'&:first-child': {
marginTop: '0',
},
},
hr: {
marginTop: '1.5em',