Ajout des legendes

This commit is contained in:
EpicKiwi 2026-06-07 17:45:21 +02:00
parent af337ea0bf
commit 48aad70993
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
3 changed files with 98 additions and 1 deletions

View file

@ -182,7 +182,15 @@ body > hr {
camp-feature-short-header {
display: grid;
grid-template-rows: 1fr min-content;
grid-template-columns: 1fr;
grid-template-columns: 3em 1fr;
gap: 0.5ex 0.5em;
vertical-align: center;
}
camp-feature-short-header .feature-legend {
grid-row: 1 / 3;
height: 3em;
align-self: flex-start;
}
camp-feature-short-header h2 {
@ -215,3 +223,9 @@ camp-feature-short-header .feature-location {
text-decoration: none;
color: inherit;
}
/* FEATURE */
camp-feature {
min-height: 25vh;
}