Ajout des legendes
This commit is contained in:
parent
af337ea0bf
commit
48aad70993
3 changed files with 98 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue