Creation du système de base des widgets

This commit is contained in:
EpicKiwi 2026-06-14 13:29:00 +02:00
parent 8fda06c77f
commit e61c495cc4
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
9 changed files with 118 additions and 2 deletions

View file

@ -354,4 +354,29 @@ camp-feature-short-header .feature-location {
camp-feature {
min-height: 25vh;
font-family: sans-serif;
}
camp-feature .feature-header {
margin-bottom: 1.5em;
}
camp-feature .widget > :first-child {
margin-top: 0;
}
camp-feature .widget > :last-child {
margin-bottom: 0;
}
camp-feature .widget h2 {
font-size: 1em;
text-transform: uppercase;
margin-bottom: 1ex;
}
camp-feature .widget p {
margin-top: 1ex;
margin-bottom: 1ex;
line-height: 1.5;
}