CSS Update React

This commit is contained in:
Sage The DM 2024-09-19 12:18:04 +02:00
parent 2ca0689167
commit 79acf4aa52
11 changed files with 389 additions and 108 deletions

View file

@ -54,4 +54,23 @@
margin-left: 0;
}
}
/* Responsive design adjustments */
@media (max-width: 768px) {
.title {
font-size: 1.5rem;
}
.subtitle {
font-size: 1.25rem;
}
.subsection-title {
font-size: 1rem;
}
.paragraph {
font-size: 0.9rem;
}
}