index > project > description > increased width
All checks were successful
Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
camille 2026-07-01 17:49:47 +02:00
parent 87009c57a1
commit 7d2e6c93c5
4 changed files with 7 additions and 7 deletions

View file

@ -81,7 +81,7 @@ body[data-template="index"] {
p {
z-index: 1;
position: relative;
width: calc(3 / 6 * var(--index-width) - var(--body-margin));
width: calc(4.5 / 6 * var(--index-width) - var(--body-margin));
display: none;
padding-top: var(--line-height-S);
}
@ -144,7 +144,7 @@ body[data-template="index"] {
.toggle {
display: grid;
grid-template-columns:
calc(3 / 6 * var(--index-width) - var(--body-margin)) calc(3 / 6 * var(--index-width));
calc(4.5 / 6 * var(--index-width) - var(--body-margin)) calc(1.5 / 6 * var(--index-width));
gap: var(--body-margin);
p {

View file

@ -403,7 +403,7 @@ body[data-template=index] .toggle {
body[data-template=index] .toggle p {
z-index: 1;
position: relative;
width: calc(0.5 * var(--index-width) - var(--body-margin));
width: calc(0.75 * var(--index-width) - var(--body-margin));
display: none;
padding-top: var(--line-height-S);
}
@ -446,7 +446,7 @@ body[data-template=index] .selected {
}
body[data-template=index] .selected .toggle {
display: grid;
grid-template-columns: calc(0.5 * var(--index-width) - var(--body-margin)) calc(0.5 * var(--index-width));
grid-template-columns: calc(0.75 * var(--index-width) - var(--body-margin)) calc(0.25 * var(--index-width));
gap: var(--body-margin);
}
body[data-template=index] .selected .toggle p {

File diff suppressed because one or more lines are too long