Update CSS
This commit is contained in:
parent
40692b1cf3
commit
a7caa79d47
11 changed files with 132 additions and 68 deletions
|
|
@ -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%),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue