1
0
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:
Awilum
2020-02-07 23:27:06 +03:00
parent 627c0b76c2
commit e553132392

View File

@@ -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;
}