Compare commits

..

2 Commits

Author SHA1 Message Date
Antoine M
d5b3f35c62 FEATURE Styling post details
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-19 15:33:05 +02:00
Antoine M
6e318f5fa0 FIX on 2XL width 2025-06-19 15:32:54 +02:00
2 changed files with 17 additions and 1 deletions

View File

@ -88,5 +88,21 @@
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;
}
}
}
}
}

View File

@ -115,7 +115,7 @@ module.exports = {
'settings.layout.wideSize',
theme
),
'2xl': '1440px',
'2xl': '1441px',
'3xl': '1840px',
},
},