Compare commits

..

No commits in common. "c30e4c1f42d86b72b4a277c429b36479d7bb9bb9" and "7b315ce540a2ad8bcb68f1dc061cd85e91de79a4" have entirely different histories.

2 changed files with 0 additions and 22 deletions

View File

@ -49,4 +49,3 @@
/* ########### BLOCKS ############ */
@import './blocks/explore-tags.css';
@import './blocks/wp-block-pullquote.css';
@import './blocks/statistics-datas.css';

View File

@ -1,21 +0,0 @@
.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;
}
}
}
}