Skip to content
Snippets Groups Projects
Commit 5045812c authored by Trirst's avatar Trirst
Browse files

Base heading styles

parent 622559ea
No related branches found
No related tags found
No related merge requests found
@tailwind base;
@tailwind components;
@tailwind utilities;
\ No newline at end of file
@tailwind utilities;
@layer base {
h1 {
@apply text-4xl;
}
h2 {
@apply text-3xl;
}
h3 {
@apply text-xl;
}
h4 {
@apply text-xl;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment