agenda : ajustements layout dates
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
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:
parent
05eabf328d
commit
94b4a99687
3 changed files with 6 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue