diff --git a/src/assets/main.css b/src/assets/main.css
index 53b53f0..a736e7f 100755
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -28,6 +28,33 @@ p {
color: var(--color-on-surface);
}
+.heading-2 {
+ font-size: 2.5rem;
+ font-weight: 900;
+ text-align: center;
+ margin: 0 1rem;
+ max-width: 780px;
+ color: var(--color-primary);
+}
+
+.heading-3 {
+ font-size: 2rem;
+ font-weight: 900;
+ text-align: center;
+ margin: 0 1rem;
+ max-width: 780px;
+ color: var(--color-secondary);
+}
+
+@media screen and (max-width: 768px) {
+ .heading-2 {
+ font-size: 2rem;
+ }
+ .heading-3 {
+ font-size: 1.5rem;
+ }
+}
+
.error-message {
color: red;
font-size: 18px;
@@ -37,7 +64,7 @@ p {
}
.success-message {
- color: #57c18b;
+ color: var(--color-secondary);
font-size: 18px;
font-weight: 500;
outline: none;
diff --git a/src/components/Shared/Block3.vue b/src/components/Shared/Block3.vue
index 9b0d567..6e6d8b2 100644
--- a/src/components/Shared/Block3.vue
+++ b/src/components/Shared/Block3.vue
@@ -1,25 +1,28 @@
+
+
{{ title }}
+ {{ title }}
Les étapes pour contribuer à ecoCode
- Les étapes pour contribuer à ecoCode
+