agenda : ajustements layout dates
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-06-25 12:22:22 +02:00
parent 05eabf328d
commit 94b4a99687
3 changed files with 6 additions and 9 deletions

View file

@ -29,7 +29,6 @@
font-size: var(--font-size-L);
border: var(--border);
padding-bottom: 2rem;
border-radius: var(--radius);
background-color: var(--color-beige);
@ -55,9 +54,6 @@
border-radius: var(--radius);
background-color: var(--color-beige);
&:not(:last-child) {
}
h4 {
font-size: var(--font-size-XL);
line-height: var(--line-height-XL);
@ -70,13 +66,14 @@
}
.dates {
display: grid;
grid-template-columns: repeat(2, 1fr);
.date {
margin: 2rem;
margin-bottom: 4rem;
font-size: var(--font-size-L);
display: flex;
justify-content: center;
align-items: center;
gap: 20vw;
.date-range {
font-size: var(--font-size-XL);

View file

@ -733,7 +733,6 @@ main {
justify-content: center;
font-size: var(--font-size-L);
border: var(--border);
padding-bottom: 2rem;
border-radius: var(--radius);
background-color: var(--color-beige);
}
@ -771,6 +770,7 @@ main {
font-size: var(--font-size-L);
display: flex;
justify-content: center;
align-items: center;
gap: 20vw;
}
[data-template=agenda] main .dates-container .month .event .dates .date .date-range {

File diff suppressed because one or more lines are too long