FEATURE Refining tweaks
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
3e2cc4a827
commit
8507ac4fc5
|
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__profile-picture {
|
&__profile-picture {
|
||||||
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative;
|
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative bg-white;
|
||||||
|
|
||||||
/* img {
|
/* img {
|
||||||
@apply object-cover object-center;
|
@apply object-cover object-center;
|
||||||
|
|
@ -44,6 +44,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__bio {
|
&__bio {
|
||||||
|
@apply text-base text-primary text-center leading-relaxed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.comity-type {
|
.comity-type {
|
||||||
|
|
@ -54,7 +55,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__list {
|
&__list {
|
||||||
@apply grid grid-cols-2 md:grid-cols-3 gap-12;
|
@apply grid md:grid-cols-2 lg:grid-cols-3 gap-8;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user