STYLE Add cover image styling to artisan card component for improved layout consistency
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
23f430ef73
commit
6dddb5dc47
|
|
@ -3,6 +3,9 @@
|
||||||
&__thumbnail {
|
&__thumbnail {
|
||||||
@apply w-full h-32 lg:h-48 object-cover rounded-t-xl;
|
@apply w-full h-32 lg:h-48 object-cover rounded-t-xl;
|
||||||
}
|
}
|
||||||
|
&__cover-image {
|
||||||
|
@apply w-full h-32 lg:h-48 object-cover rounded-t-xl;
|
||||||
|
}
|
||||||
&__inner {
|
&__inner {
|
||||||
@apply p-6;
|
@apply p-6;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user