Update CSS

This commit is contained in:
Timothée Goguely 2024-09-17 17:23:39 +02:00
parent 40692b1cf3
commit a7caa79d47
11 changed files with 132 additions and 68 deletions

View file

@ -36,9 +36,9 @@ const frenchFormattedDate = dayjs(inspiration.date).format("MMMM YYYY");
<style scoped>
.inspiration > header {
--direction: column;
--justify: center;
--row-gap: var(--space-8);
flex-direction: column;
justify-content: center;
clear: both;
height: 15rem; /* 240px */
background: linear-gradient(to right, transparent, var(--color-white-50) 100%),