2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 11:05:32 +00:00

add new text class

This commit is contained in:
2022-02-07 01:42:56 +01:00
parent a2036e4337
commit 2a006cce42
3 changed files with 6 additions and 2 deletions

View File

@ -12,6 +12,10 @@ layout: empty
@apply border-b-4 border-blue-400;
}
.header-text{
@apply sm:text-3xl text-2xl font-medium
}
.footer-link {
@apply text-gray-600 hover:text-gray-800
}