mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 02:41:27 +02:00
feat(admin-plugin): set common headings sizes #211
This commit is contained in:
@@ -14,3 +14,23 @@ small
|
||||
{
|
||||
@apply block mt-1 opacity-75 text-sm;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
@apply text-5xl;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
@apply text-4xl;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
@apply text-3xl;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
@apply text-2xl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user