|
|
@@ -121,7 +121,7 @@ const solutions: Array<SolutionItem> = [
|
|
|
class: "school-image",
|
|
|
solutions: [
|
|
|
"Gestion des membres",
|
|
|
- "Préinscription en ligne*",
|
|
|
+ "Préinscription en ligne *",
|
|
|
"Agenda de la structure",
|
|
|
"Suivi pédagogique",
|
|
|
"Gestion administrative et financière",
|
|
|
@@ -209,7 +209,7 @@ h4 {
|
|
|
|
|
|
.v-divider {
|
|
|
color: var(--on-primary-color-alt);
|
|
|
- width: 20rem;
|
|
|
+ width: 350px;
|
|
|
opacity: 0.7;
|
|
|
}
|
|
|
|
|
|
@@ -321,15 +321,17 @@ h4 {
|
|
|
|
|
|
ul {
|
|
|
margin-top: 0.9rem;
|
|
|
- font-size: 16px;
|
|
|
+ max-width: 100%;
|
|
|
+ white-space: pre-wrap;
|
|
|
+ margin-left: 1rem;
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
+ text-align: start;
|
|
|
font-size: 16px;
|
|
|
- width: 10rem;
|
|
|
- margin-left: 1rem;
|
|
|
line-height: 18px;
|
|
|
color: var(--primary-color);
|
|
|
+ margin: 6px 0;
|
|
|
|
|
|
@media (max-width: 1240px) {
|
|
|
font-size: 1.1rem;
|
|
|
@@ -360,7 +362,7 @@ h4 {
|
|
|
.footer {
|
|
|
p {
|
|
|
text-align: right;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
|
|
|
@media (max-width: 1240px) {
|
|
|
font-size: 1.1rem;
|