Maha Bouchiba vor 2 Jahren
Ursprung
Commit
027f22651e
2 geänderte Dateien mit 4 neuen und 9 gelöschten Zeilen
  1. 1 1
      components/Layout/Prefooter.vue
  2. 3 8
      components/Logiciels/Manager/Formation.vue

+ 1 - 1
components/Layout/Prefooter.vue

@@ -58,7 +58,7 @@ const { smAndDown, lgAndUp } = useDisplay();
 <style scoped>
 
 .custom-row{
-  width: 2000px;
+  width: 90%;
   margin-left: auto;
   margin-right: auto;
 

+ 3 - 8
components/Logiciels/Manager/Formation.vue

@@ -29,7 +29,9 @@
               <br />
             </div>
             <nuxt-link :to="formation.link">
-              <v-btn class="formation-btn mt-6">{{ formation.buttonText }}</v-btn>
+              <v-btn class="formation-btn mt-6">{{
+                formation.buttonText
+              }}</v-btn>
             </nuxt-link>
           </v-col>
         </v-row>
@@ -124,15 +126,12 @@ const items = ref([
 </script>
 
 <style scoped>
-
 :deep(.card) {
   color: white;
-
 }
 
 :deep(.chiffre) {
   color: white;
-
 }
 .v-container {
   padding: 0 !important;
@@ -182,10 +181,6 @@ const items = ref([
   text-transform: none;
 }
 .formation-details {
-  font-weight: 300;
-  font-size: 1.2rem;
-  line-height: 1.5rem;
-  color: #eff9fb;
 }
 .formation-title {
   font-weight: 500;