FEATURE Optimizing responsive
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
baa799458b
commit
6119244115
|
|
@ -5,10 +5,15 @@
|
||||||
@apply !text-8xl uppercase mb-8 col-span-2;
|
@apply !text-8xl uppercase mb-8 col-span-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.author-card__profile-picture {
|
||||||
|
@apply block static col-span-2 lg:col-span-1;
|
||||||
|
}
|
||||||
&__header {
|
&__header {
|
||||||
@apply grid grid-cols-2 gap-2 gap-x-8 items-center justify-center py-12;
|
@apply grid grid-cols-1 gap-2 gap-x-8 items-center justify-center py-12;
|
||||||
|
|
||||||
grid-template-columns: auto 1fr;
|
@screen lg {
|
||||||
|
grid-template-columns: auto 1fr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&__comities-list {
|
&__comities-list {
|
||||||
@apply flex flex-wrap gap-2 items-center col-span-2 text-primary font-normal pt-4;
|
@apply flex flex-wrap gap-2 items-center col-span-2 text-primary font-normal pt-4;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user