adding guidance text style

This commit is contained in:
Antoine M 2023-11-07 16:49:50 +01:00
parent b0cfbc749f
commit d2b9d4e910

View File

@ -1,6 +1,10 @@
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
.temp_guidance_sentence {
@apply text-center text-secondary font-bold;
}
body {
@apply font-sans;
}