mirror of
https://github.com/ae-utbm/sith.git
synced 2025-08-15 21:49:57 +00:00
Compare commits
3 Commits
master
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
5c83e058fd | ||
|
080dd7756d | ||
ae5165af19
|
@@ -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;
|
||||||
|
@@ -63,7 +63,7 @@ prod = [
|
|||||||
"psycopg[c]>=3.2.9,<4.0.0",
|
"psycopg[c]>=3.2.9,<4.0.0",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"django-debug-toolbar>=5.2.0,<6.0.0",
|
"django-debug-toolbar>=5.2.0,<7.0.0",
|
||||||
"ipython<10.0.0,>=9.0.2",
|
"ipython<10.0.0,>=9.0.2",
|
||||||
"pre-commit<5.0.0,>=4.1.0",
|
"pre-commit<5.0.0,>=4.1.0",
|
||||||
"ruff>=0.11.13,<1.0.0",
|
"ruff>=0.11.13,<1.0.0",
|
||||||
|
Reference in New Issue
Block a user