Ajout de la description et author

This commit is contained in:
EpicKiwi 2026-07-03 16:07:06 +02:00
parent f90559a543
commit d071ebbb1b
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
4 changed files with 47 additions and 0 deletions

View file

@ -415,6 +415,18 @@ camp-feature .feature-widgets > * {
margin-bottom: 2em;
}
camp-feature .feature-widgets > p:first-child {
margin-top: 0;
}
camp-feature .feature-widgets > p + p {
margin-top: -1em;
}
camp-feature .feature-widgets .author-widget {
text-align: right;
}
camp-feature .widget > :first-child {
margin-top: 0;
}