Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
22b3df4188 [UPDATE] Update ical requirement from <11,>=10.0.3 to >=10.0.3,<12
Updates the requirements on [ical](https://github.com/allenporter/ical) to permit the latest version.
- [Release notes](https://github.com/allenporter/ical/releases)
- [Commits](https://github.com/allenporter/ical/compare/10.0.3...11.0.0)

---
updated-dependencies:
- dependency-name: ical
  dependency-version: 11.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 13:41:36 +00:00
Bartuccio Antoine
080dd7756d Merge pull request #1148 from ae-utbm/footer
fix footer alignment on small screens
2025-07-07 16:32:06 +02:00
Sli
ae5165af19 fix footer alignment on small screens 2025-07-07 11:49:45 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
@import "devices"; @import "devices";
footer.bottom-links { footer.bottom-links {
>section>a {
text-align: center;
}
@media (max-width: $small-devices) { @media (max-width: $small-devices) {
margin-top: 0.6em; margin-top: 0.6em;
padding: 1.25em; padding: 1.25em;

View File

@@ -43,7 +43,7 @@ dependencies = [
"tomli<3.0.0,>=2.2.1", "tomli<3.0.0,>=2.2.1",
"django-honeypot>=1.3.0,<2", "django-honeypot>=1.3.0,<2",
"pydantic-extra-types<3.0.0,>=2.10.3", "pydantic-extra-types<3.0.0,>=2.10.3",
"ical>=10.0.3,<11", "ical>=10.0.3,<12",
"redis[hiredis]<6.0.0,>=5.3.0", "redis[hiredis]<6.0.0,>=5.3.0",
"environs[django]<15.0.0,>=14.1.1", "environs[django]<15.0.0,>=14.1.1",
"requests>=2.32.3", "requests>=2.32.3",