Merge branch 'dev' into 'features/profile'

# Conflicts:
#   package-lock.json
#   src/index.css
#   src/router.js
This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-28 07:59:09 +00:00
24 changed files with 816 additions and 56 deletions
+4 -15
View File
@@ -10,9 +10,6 @@
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
/* color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;*/
font-synthesis: none;
text-rendering: optimizeLegibility;
@@ -20,25 +17,17 @@
-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
.content{
padding: 0.7rem;
z-index:1;
}
}
@media screen and (min-width: 1000px) {
.content{
padding: 1.1rem;
z-index:1;
}
.content {
padding: 1.5rem;
z-index: 1;
}
a {
font-weight: 500;
color: #646cff;
@@ -57,7 +46,7 @@ body {
.glassCard {
width: 100%;
padding: 10px 20px 10px 20px;
padding: 10px;
height: fit-content;
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(3px);