feat: Implement AI tutor functionality, add branding fields, and improve API URL handling.

This commit is contained in:
2026-01-23 14:48:41 -03:00
parent 60e2af72f0
commit 470c7f0172
30 changed files with 1352 additions and 274 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ body {
}
.glass-card {
@apply glass rounded-2xl p-6 transition-all duration-300;
@apply glass rounded-2xl p-4 md:p-6 transition-all duration-300;
}
.glass-card:hover {
@@ -88,4 +88,4 @@ body {
::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.2);
}
}