login page in progress

This commit is contained in:
Claude Brisson
2023-12-26 05:59:24 +01:00
parent a13f7510ce
commit 65053e47fc
10 changed files with 119 additions and 96 deletions

View File

@@ -349,4 +349,12 @@
position: sticky;
top: 0;
}
#landing {
text-align: justify;
}
a.disabled {
color: darkgray;
}
}