STYLE Refining aspect with inner paddings and few details
This commit is contained in:
parent
09195b8649
commit
4b6532d640
|
|
@ -1,5 +1,5 @@
|
||||||
.block-dernieres-dynamiques {
|
.block-dernieres-dynamiques {
|
||||||
@apply bg-primary text-white pt-20;
|
@apply bg-primary text-white pt-20 px-12;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
|
||||||
&__inner {
|
&__inner {
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
@apply flex items-end justify-between gap-8 uppercase text-4xl mb-12;
|
@apply flex items-end justify-between gap-8 uppercase text-4xl mb-12;
|
||||||
|
|
||||||
.block-title {
|
.block-title {
|
||||||
@apply flex grow items-end justify-between gap-8 uppercase text-4xl;
|
@apply flex grow items-end justify-between gap-8 uppercase text-6xl;
|
||||||
span {
|
span {
|
||||||
@apply block shrink-0;
|
@apply block shrink-0;
|
||||||
}
|
}
|
||||||
|
|
@ -58,8 +58,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__issue-title {
|
&__issue-title {
|
||||||
@apply text-7xl uppercase pb-12;
|
@apply text-6xl uppercase pb-12;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
|
font-weight: 100 !important;
|
||||||
}
|
}
|
||||||
&__issue-content-wrapper {
|
&__issue-content-wrapper {
|
||||||
@apply grid gap-12 2xl:gap-24 pb-24;
|
@apply grid gap-12 2xl:gap-24 pb-24;
|
||||||
|
|
@ -106,10 +107,17 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__issue-description-title {
|
|
||||||
@apply uppercase nunito text-xl pb-4 font-bold;
|
&__issue-description,
|
||||||
letter-spacing: 4px;
|
&__issue-parution {
|
||||||
|
@apply mb-12;
|
||||||
|
|
||||||
|
h4.title {
|
||||||
|
@apply uppercase nunito text-xl font-bold pb-2;
|
||||||
|
letter-spacing: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__issue-description {
|
&__issue-description {
|
||||||
@apply text-xl;
|
@apply text-xl;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user