Compare commits
2 Commits
b7086c2666
...
d5b3f35c62
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5b3f35c62 | ||
|
|
6e318f5fa0 |
|
|
@ -88,5 +88,21 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__post-details {
|
||||||
|
@apply flex gap-8 pt-12;
|
||||||
|
|
||||||
|
.label {
|
||||||
|
@apply uppercase font-bold tracking-widest !mb-0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-revue__issue-number {
|
||||||
|
@apply flex items-center gap-2;
|
||||||
|
|
||||||
|
&__value {
|
||||||
|
@apply bg-primary text-white p-4 font-bold uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ module.exports = {
|
||||||
'settings.layout.wideSize',
|
'settings.layout.wideSize',
|
||||||
theme
|
theme
|
||||||
),
|
),
|
||||||
'2xl': '1440px',
|
'2xl': '1441px',
|
||||||
'3xl': '1840px',
|
'3xl': '1840px',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user