CSS > agenda > par mois > structure
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
Camilledenoray 2026-06-24 12:26:21 +02:00
parent 562e5958fd
commit 8318160bb6
3 changed files with 12 additions and 10 deletions

View file

@ -13,24 +13,24 @@
box-sizing: border-box;
background-color: var(--color-beige);
padding: 2rem 0;
border: var(--border);
border-radius: var(--radius);
.month-switcher {
box-sizing: border-box;
margin: 2rem auto;
width: 100%;
display: flex;
justify-content: space-between;
width: 50vw;
justify-content: center;
font-size: var(--font-size-L);
border-bottom: var(--border);
.month-label {
margin: 2rem;
}
button {
font-size: inherit;
font-family: var(--font-serif);

View file

@ -410,6 +410,8 @@ main {
}
[data-template=home] nav ul li a {
font-size: 3rem;
font-family: var(--font-sans-serif);
font-weight: 800;
}
[data-template=home] .mention {
position: absolute;
@ -694,23 +696,23 @@ main {
[data-template=agenda] main {
background-color: transparent;
}
[data-template=agenda] main .month-label {
margin: 2rem;
}
[data-template=agenda] main .dates-container [data-view=events] ul li {
padding-bottom: 2rem;
}
[data-template=agenda] main .dates-container {
box-sizing: border-box;
background-color: var(--color-beige);
padding: 2rem 0;
border: var(--border);
border-radius: var(--radius);
}
[data-template=agenda] main .dates-container .month-switcher {
box-sizing: border-box;
margin: 2rem auto;
width: 100%;
display: flex;
justify-content: space-between;
width: 50vw;
justify-content: center;
font-size: var(--font-size-L);
border-bottom: var(--border);
}

File diff suppressed because one or more lines are too long