refining icon sizing
This commit is contained in:
parent
8180f2d68e
commit
3d361f2a08
|
|
@ -32,18 +32,21 @@
|
|||
&__press-ressource + &__press-ressource {
|
||||
border-top: 1px solid #e2e8f0;
|
||||
}
|
||||
&__ressource-typename {
|
||||
@apply flex gap-8 col-span-4 items-center;
|
||||
}
|
||||
&__ressource-icon {
|
||||
@apply bg-white shadowed
|
||||
w-24 h-24
|
||||
mx-auto
|
||||
rounded-3xl
|
||||
shrink-0
|
||||
w-20 h-20
|
||||
rounded-2xl
|
||||
flex
|
||||
items-center
|
||||
justify-center;
|
||||
/* @apply w-12 col-span-1; */
|
||||
img {
|
||||
max-width: 80%;
|
||||
max-height: 50%;
|
||||
max-width: 50%;
|
||||
max-height: 60%;
|
||||
}
|
||||
}
|
||||
&__ressource-title {
|
||||
|
|
@ -56,6 +59,6 @@
|
|||
@apply col-span-2 capitalize;
|
||||
}
|
||||
&__ressource-download {
|
||||
@apply col-span-2;
|
||||
@apply col-span-2 mx-auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,16 +32,16 @@
|
|||
}
|
||||
&__review-icon {
|
||||
@apply bg-white shadowed
|
||||
w-24 h-24
|
||||
w-20 h-20
|
||||
mx-auto
|
||||
rounded-3xl
|
||||
rounded-2xl
|
||||
flex
|
||||
items-center
|
||||
justify-center;
|
||||
/* @apply w-12 col-span-1; */
|
||||
img {
|
||||
max-width: 80%;
|
||||
max-height: 50%;
|
||||
max-width: 50%;
|
||||
max-height: 60%;
|
||||
}
|
||||
}
|
||||
&__article-title-link {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user