diff --git a/resources/css/blocks/statistics-datas.css b/resources/css/blocks/statistics-datas.css new file mode 100644 index 0000000..ab7b556 --- /dev/null +++ b/resources/css/blocks/statistics-datas.css @@ -0,0 +1,21 @@ +.statistics-datas { + @apply flex justify-center flex-wrap gap-32; + + &__item { + @apply flex flex-col gap-4 items-center; + + &-number { + @apply text-6xl fjalla pt-3 font-light; + } + + &-label { + @apply text-lg font-normal nunito; + } + &-icon { + img { + @apply w-full h-full object-contain; + @apply w-16 h-16; + } + } + } +}