add sort & view for species

This commit is contained in:
Julie Blanc 2026-02-15 23:14:52 +01:00
parent 718ca47696
commit 6fff7422e8
26 changed files with 1448 additions and 432 deletions

View file

@ -18,13 +18,6 @@ body {
print-color-adjust:exact !important; */
}
main:not(#main_home){
min-height: calc(100vh - var(--header-h));
max-width: 900px;
margin-inline: auto;
// margin-top: var(--header-h);
/* padding: var(--padding-body); */
}