FIX Comment out large image size in highlight.css
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-12-04 10:47:34 +01:00
parent 12ed9e9e50
commit d5dc2d54c3

View File

@ -6,7 +6,7 @@
.icon {
@apply mb-2 sm:mb-0 rounded-full p-3;
&__image {
@apply w-4 h-4 object-contain;
/* @apply w-32 h-32 bg-green-400 object-contain; */
}
}
h3 {