REFINE Adjusting author card styles: increased profile picture height and modified email margin for better layout
This commit is contained in:
parent
5dbe91ab1f
commit
c7239bfc67
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
&__profile-picture {
|
||||
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative bg-white;
|
||||
@apply w-full h-40 object-cover mb-6 border border-carhop-green-700 relative bg-white;
|
||||
}
|
||||
|
||||
&__name {
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
&__email {
|
||||
@apply mt-4 text-lg !normal-case;
|
||||
@apply mt-8 text-lg !normal-case mx-auto;
|
||||
|
||||
&:is(a) {
|
||||
@apply !text-primary;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user