|
@@ -22,12 +22,7 @@
|
|
|
</v-row>
|
|
</v-row>
|
|
|
|
|
|
|
|
<v-row class="center-90 catalog">
|
|
<v-row class="center-90 catalog">
|
|
|
- <v-col
|
|
|
|
|
- v-for="course in courses"
|
|
|
|
|
- :key="course.key"
|
|
|
|
|
- cols="12"
|
|
|
|
|
- md="4"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <v-col v-for="course in courses" :key="course.key" cols="12" md="4">
|
|
|
<v-card class="mb-4">
|
|
<v-card class="mb-4">
|
|
|
<v-card-text>
|
|
<v-card-text>
|
|
|
<div class="title-card-container">
|
|
<div class="title-card-container">
|