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

style refactor

This commit is contained in:
2022-02-07 02:06:58 +01:00
parent a39d43cd90
commit 0387afc2c9
7 changed files with 10 additions and 6 deletions

View File

@ -12,6 +12,10 @@ layout: empty
@apply border-b-4 border-blue-400;
}
.section-container {
@apply container px-5 py-24 mx-auto
}
.header-text{
@apply sm:text-3xl text-2xl font-medium
}