FIX Comment out large image size in highlight.css
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
12ed9e9e50
commit
d5dc2d54c3
|
|
@ -6,7 +6,7 @@
|
||||||
.icon {
|
.icon {
|
||||||
@apply mb-2 sm:mb-0 rounded-full p-3;
|
@apply mb-2 sm:mb-0 rounded-full p-3;
|
||||||
&__image {
|
&__image {
|
||||||
@apply w-4 h-4 object-contain;
|
/* @apply w-32 h-32 bg-green-400 object-contain; */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user